-
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.18.0 #515
Merged
Merged
Release v0.18.0 #515
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
Bugfixes: * Fix Databricks OAuth M2M on Azure ([#513](#513)). Other noteworthy changes: * Use `[]` instead of `None` as default list value for deserialising responses ([#361](#361)). * Support dev and staging workspaces ([#514](#514)). API Changes: * Added `exists()` method for [w.tables](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/tables.html) workspace-level service. * Added [w.lakehouse_monitors](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakehouse_monitors.html) workspace-level service. * Added `databricks.sdk.service.catalog.CreateMonitor` dataclass. * Added `databricks.sdk.service.catalog.DeleteLakehouseMonitorRequest` dataclass. * Added `databricks.sdk.service.catalog.ExistsRequest` dataclass. * Added `databricks.sdk.service.catalog.GetLakehouseMonitorRequest` dataclass. * Added `databricks.sdk.service.catalog.MonitorCronSchedule` dataclass. * Added `databricks.sdk.service.catalog.MonitorCronSchedulePauseStatus` dataclass. * Added `databricks.sdk.service.catalog.MonitorCustomMetric` dataclass. * Added `databricks.sdk.service.catalog.MonitorCustomMetricType` dataclass. * Added `databricks.sdk.service.catalog.MonitorDataClassificationConfig` dataclass. * Added `databricks.sdk.service.catalog.MonitorDestinations` dataclass. * Added `databricks.sdk.service.catalog.MonitorInferenceLogProfileType` dataclass. * Added `databricks.sdk.service.catalog.MonitorInferenceLogProfileTypeProblemType` dataclass. * Added `databricks.sdk.service.catalog.MonitorInfo` dataclass. * Added `databricks.sdk.service.catalog.MonitorInfoStatus` dataclass. * Added `databricks.sdk.service.catalog.MonitorNotificationsConfig` dataclass. * Added `databricks.sdk.service.catalog.MonitorTimeSeriesProfileType` dataclass. * Added `databricks.sdk.service.catalog.TableExistsResponse` dataclass. * Added `databricks.sdk.service.catalog.UpdateMonitor` dataclass. * Changed `create_obo_token()` method for [w.token_management](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/token_management.html) workspace-level service with new required argument order. * Changed `get()` method for [w.token_management](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/token_management.html) workspace-level service to return `databricks.sdk.service.settings.GetTokenResponse` dataclass. * Changed `lifetime_seconds` field for `databricks.sdk.service.settings.CreateOboTokenRequest` to no longer be required. * Added `databricks.sdk.service.settings.GetTokenResponse` dataclass. OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #515 +/- ##
==========================================
+ Coverage 57.77% 57.79% +0.01%
==========================================
Files 43 43
Lines 27222 27596 +374
==========================================
+ Hits 15728 15949 +221
- Misses 11494 11647 +153 ☔ View full report in Codecov by Sentry. |
tanmay-db
approved these changes
Jan 23, 2024
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.
Bugfixes:
Other noteworthy changes:
[]
instead ofNone
as default list value for deserialising responses (#361).API Changes:
exists()
method for w.tables workspace-level service.databricks.sdk.service.catalog.CreateMonitor
,databricks.sdk.service.catalog.DeleteLakehouseMonitorRequest
,databricks.sdk.service.catalog.ExistsRequest
,databricks.sdk.service.catalog.GetLakehouseMonitorRequest
,databricks.sdk.service.catalog.MonitorCronSchedule
,databricks.sdk.service.catalog.MonitorCronSchedulePauseStatus
,databricks.sdk.service.catalog.MonitorCustomMetric
,databricks.sdk.service.catalog.MonitorCustomMetricType
,databricks.sdk.service.catalog.MonitorDataClassificationConfig
,databricks.sdk.service.catalog.MonitorDestinations
,databricks.sdk.service.catalog.MonitorInferenceLogProfileType
,databricks.sdk.service.catalog.MonitorInferenceLogProfileTypeProblemType
,databricks.sdk.service.catalog.MonitorInfo
,databricks.sdk.service.catalog.MonitorInfoStatus
,databricks.sdk.service.catalog.MonitorNotificationsConfig
,databricks.sdk.service.catalog.MonitorTimeSeriesProfileType
,databricks.sdk.service.catalog.TableExistsResponse
anddatabricks.sdk.service.catalog.UpdateMonitor
.create_obo_token()
method for w.token_management workspace-level service with new required argument order.get()
method for w.token_management workspace-level service to returndatabricks.sdk.service.settings.GetTokenResponse
dataclass.lifetime_seconds
field fordatabricks.sdk.service.settings.CreateOboTokenRequest
to no longer be required.databricks.sdk.service.settings.GetTokenResponse
dataclass.OpenAPI SHA: e05401ed5dd4974c5333d737ec308a7d451f749f, Date: 2024-01-23