-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a deepcopy of config when creating workspace client from account client #542
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #542 +/- ##
==========================================
+ Coverage 57.89% 57.92% +0.03%
==========================================
Files 44 45 +1
Lines 27956 27990 +34
==========================================
+ Hits 16185 16214 +29
- Misses 11771 11776 +5 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kartikgupta-db
This is a patch release with two small changes: * Add `get_workspace_id()` to WorkspaceClient ([#537](#537)). Bugfix: * Create a deepcopy of config when creating workspace client from account client ([#542](#542)). This fixes an issue where `AccountClient` instances would stop working after calling `get_workspace_client()`.
Changes
Tests
make test
run locallymake fmt
applied