-
Notifications
You must be signed in to change notification settings - Fork 175
[Release] Release v0.42.0 #880
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
Merged
Merged
Conversation
This file contains hidden or 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
### Bug Fixes * Fix docs generation when two services have the same name ([#872](#872)). ### Internal Changes * Add CICD environment to the User Agent ([#866](#866)). * Add unit tests for retriable requests ([#879](#879)). * Extract "before retry" handler, use it to rewind the stream ([#878](#878)). * Update Model Serving `http_request` mixin to correctly use the underlying API. ([#876](#876)). ### API Changes: * Added [a.budget_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/budget_policy.html) account-level service. * Added [a.enable_ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_settings/enable_ip_access_lists.html) account-level service. * Added `review_state`, `reviews` and `runner_collaborators` fields for `databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook`. * Added `statement_id` field for `databricks.sdk.service.dashboards.QueryAttachment`. * Added `effective_performance_target` field for `databricks.sdk.service.jobs.BaseRun`. * Added `performance_target` field for `databricks.sdk.service.jobs.CreateJob`. * Added `performance_target` field for `databricks.sdk.service.jobs.JobSettings`. * Added `effective_performance_target` field for `databricks.sdk.service.jobs.Run`. * Added `performance_target` field for `databricks.sdk.service.jobs.RunNow`. * Added `effective_performance_target` field for `databricks.sdk.service.jobs.RunTask`. * Added `run_as_repl` field for `databricks.sdk.service.jobs.SparkJarTask`. * Added `user_authorized_scopes` field for `databricks.sdk.service.oauth2.CreateCustomAppIntegration`. * Added `user_authorized_scopes` field for `databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput`. * Added `user_authorized_scopes` field for `databricks.sdk.service.oauth2.UpdateCustomAppIntegration`. * Added `contents` field for `databricks.sdk.service.serving.HttpRequestResponse`. * Added . * Added . * Added . * Changed `create()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service with new required argument order. * Changed `http_request()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service to type `http_request()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service. * Changed `http_request()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service to return `databricks.sdk.service.serving.HttpRequestResponse` dataclass. * Changed `config` field for `databricks.sdk.service.serving.CreateServingEndpoint` to no longer be required. * Removed `securable_kind` field for `databricks.sdk.service.catalog.CatalogInfo`. * Removed `securable_kind` field for `databricks.sdk.service.catalog.ConnectionInfo`. * Removed `status_code` and `text` fields for `databricks.sdk.service.serving.ExternalFunctionResponse`. OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28
Signed-off-by: Renaud Hartert <[email protected]>
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
hectorcast-db
approved these changes
Jan 30, 2025
JCZuurmond
added a commit
to databrickslabs/ucx
that referenced
this pull request
Feb 28, 2025
SecurableType is removed databricks/databricks-sdk-py#880 and CatalogType allows us to skip system catalogs too
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.
Bug Fixes
Internal Changes
http_requestmixin to correctly use the underlying API. (#876).Backward Incompatible Changes
create()method for w.serving_endpoints workspace-level service with new required argument order.http_request()method for w.serving_endpoints workspace-level service to typehttp_request()method for w.serving_endpoints workspace-level service.http_request()method for w.serving_endpoints workspace-level service to returndatabricks.sdk.service.serving.HttpRequestResponsedataclass.configfield fordatabricks.sdk.service.serving.CreateServingEndpointto no longer be required.securable_kindfield fordatabricks.sdk.service.catalog.CatalogInfo.securable_kindfield fordatabricks.sdk.service.catalog.ConnectionInfo.status_codeandtextfields fordatabricks.sdk.service.serving.ExternalFunctionResponse.API Changes:
review_state,reviewsandrunner_collaboratorsfields fordatabricks.sdk.service.cleanrooms.CleanRoomAssetNotebook.statement_idfield fordatabricks.sdk.service.dashboards.QueryAttachment.effective_performance_targetfield fordatabricks.sdk.service.jobs.BaseRun.performance_targetfield fordatabricks.sdk.service.jobs.CreateJob.performance_targetfield fordatabricks.sdk.service.jobs.JobSettings.effective_performance_targetfield fordatabricks.sdk.service.jobs.Run.performance_targetfield fordatabricks.sdk.service.jobs.RunNow.effective_performance_targetfield fordatabricks.sdk.service.jobs.RunTask.run_as_replfield fordatabricks.sdk.service.jobs.SparkJarTask.user_authorized_scopesfield fordatabricks.sdk.service.oauth2.CreateCustomAppIntegration.user_authorized_scopesfield fordatabricks.sdk.service.oauth2.GetCustomAppIntegrationOutput.user_authorized_scopesfield fordatabricks.sdk.service.oauth2.UpdateCustomAppIntegration.contentsfield fordatabricks.sdk.service.serving.HttpRequestResponse.clean_roomenum value fordatabricks.sdk.service.catalog.SecurableType.budget_policy_limit_exceededenum value fordatabricks.sdk.service.jobs.TerminationCodeCode.arclight_azure_exchange_token_with_user_delegation_keyenum value fordatabricks.sdk.service.settings.TokenType.OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28