-
Notifications
You must be signed in to change notification settings - Fork 130
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
Release v0.3.0 #250
Merged
Merged
Release v0.3.0 #250
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mgyucht
approved these changes
Jul 26, 2023
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.
LGTM
* Fixed serialization of lists of enum values ([#248](#248)). * Handle nested query parameters in ApiClient.do() ([#249](#249)). * Improve access of `__annotations__` ([#239](#239)). API Changes: * Changed `create()` method for [a.account_metastore_assignments](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_metastore_assignments.html) account-level service to no longer return `databricks.sdk.service.catalog.CreateMetastoreAssignmentsResponseItemList` dataclass. * Added `connection_name` field for `databricks.sdk.service.catalog.CreateCatalog`. * Added `access_point` field for `databricks.sdk.service.catalog.CreateExternalLocation`. * Added `encryption_details` field for `databricks.sdk.service.catalog.CreateExternalLocation`. * Removed `databricks.sdk.service.catalog.CreateMetastoreAssignmentsResponseItem` dataclass. * Added `access_point` field for `databricks.sdk.service.catalog.ExternalLocationInfo`. * Added `encryption_details` field for `databricks.sdk.service.catalog.ExternalLocationInfo`. * Added `access_point` field for `databricks.sdk.service.catalog.TableInfo`. * Added `encryption_details` field for `databricks.sdk.service.catalog.TableInfo`. * Added `access_point` field for `databricks.sdk.service.catalog.UpdateExternalLocation`. * Added `encryption_details` field for `databricks.sdk.service.catalog.UpdateExternalLocation`. * Added `access_point` field for `databricks.sdk.service.catalog.VolumeInfo`. * Added `encryption_details` field for `databricks.sdk.service.catalog.VolumeInfo`. * Added `databricks.sdk.service.catalog.EncryptionDetails` dataclass. * Added `databricks.sdk.service.catalog.SseEncryptionDetails` dataclass. * Added `databricks.sdk.service.catalog.SseEncryptionDetailsAlgorithm` dataclass. * Added [a.account_network_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_network_policy.html) account-level service. * Added `databricks.sdk.service.settings.AccountNetworkPolicyMessage` dataclass. * Added `databricks.sdk.service.settings.DeleteAccountNetworkPolicyRequest` dataclass. * Added `databricks.sdk.service.settings.DeleteAccountNetworkPolicyResponse` dataclass. * Added `databricks.sdk.service.settings.ReadAccountNetworkPolicyRequest` dataclass. * Added `databricks.sdk.service.settings.UpdateAccountNetworkPolicyRequest` dataclass. OpenAPI SHA: a1b6c1ecfaab6635911d3c060a8dd797ac6b2d4d, Date: 2023-07-27
Signed-off-by: Tanmay Rustagi <88379306+tanmay-db@users.noreply.github.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
========================================
Coverage 53.23% 53.23%
========================================
Files 32 32
Lines 19224 19332 +108
========================================
+ Hits 10233 10292 +59
- Misses 8991 9040 +49
☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
__annotations__
(#239).API Changes:
create()
method for a.account_metastore_assignments account-level service to no longer returndatabricks.sdk.service.catalog.CreateMetastoreAssignmentsResponseItemList
dataclass.connection_name
field fordatabricks.sdk.service.catalog.CreateCatalog
.access_point
field fordatabricks.sdk.service.catalog.CreateExternalLocation
.encryption_details
field fordatabricks.sdk.service.catalog.CreateExternalLocation
.databricks.sdk.service.catalog.CreateMetastoreAssignmentsResponseItem
dataclass.access_point
field fordatabricks.sdk.service.catalog.ExternalLocationInfo
.encryption_details
field fordatabricks.sdk.service.catalog.ExternalLocationInfo
.access_point
field fordatabricks.sdk.service.catalog.TableInfo
.encryption_details
field fordatabricks.sdk.service.catalog.TableInfo
.access_point
field fordatabricks.sdk.service.catalog.UpdateExternalLocation
.encryption_details
field fordatabricks.sdk.service.catalog.UpdateExternalLocation
.access_point
field fordatabricks.sdk.service.catalog.VolumeInfo
.encryption_details
field fordatabricks.sdk.service.catalog.VolumeInfo
.databricks.sdk.service.catalog.EncryptionDetails
dataclass.databricks.sdk.service.catalog.SseEncryptionDetails
dataclass.databricks.sdk.service.catalog.SseEncryptionDetailsAlgorithm
dataclass.databricks.sdk.service.settings.AccountNetworkPolicyMessage
dataclass.databricks.sdk.service.settings.DeleteAccountNetworkPolicyRequest
dataclass.databricks.sdk.service.settings.DeleteAccountNetworkPolicyResponse
dataclass.databricks.sdk.service.settings.ReadAccountNetworkPolicyRequest
dataclass.databricks.sdk.service.settings.UpdateAccountNetworkPolicyRequest
dataclass.OpenAPI SHA: a1b6c1ecfaab6635911d3c060a8dd797ac6b2d4d, Date: 2023-07-27