Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Updates the requirements on databricks-sdk to permit the latest version.

Release notes

Sourced from databricks-sdk's releases.

v0.42.0

Bug Fixes

  • Fix docs generation when two services have the same name (#872).

Internal Changes

  • Add CICD environment to the User Agent (#866).
  • Add unit tests for retriable requests (#879).
  • Extract "before retry" handler, use it to rewind the stream (#878).
  • Update Model Serving http_request mixin to correctly use the underlying API. (#876).

Backward Incompatible Changes

  • Changed create() method for w.serving_endpoints workspace-level service with new required argument order.
  • Changed http_request() method for w.serving_endpoints workspace-level service to type http_request() method for w.serving_endpoints workspace-level service.
  • Changed http_request() method for w.serving_endpoints 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.

API Changes:

  • Added a.budget_policy account-level service.
  • Added a.enable_ip_access_lists 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 clean_room enum value for databricks.sdk.service.catalog.SecurableType.
  • Added budget_policy_limit_exceeded enum value for databricks.sdk.service.jobs.TerminationCodeCode.
  • Added arclight_azure_exchange_token_with_user_delegation_key enum value for databricks.sdk.service.settings.TokenType.

OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28

Changelog

Sourced from databricks-sdk's changelog.

Version changelog

Bug Fixes

  • Fix docs generation when two services have the same name (#872).

Internal Changes

  • Add CICD environment to the User Agent (#866).
  • Add unit tests for retriable requests (#879).
  • Extract "before retry" handler, use it to rewind the stream (#878).
  • Update Model Serving http_request mixin to correctly use the underlying API. (#876).

Backward Incompatible Changes

  • Changed create() method for w.serving_endpoints workspace-level service with new required argument order.
  • Changed http_request() method for w.serving_endpoints workspace-level service to type http_request() method for w.serving_endpoints workspace-level service.
  • Changed http_request() method for w.serving_endpoints 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.

API Changes:

  • Added a.budget_policy account-level service.
  • Added a.enable_ip_access_lists 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 clean_room enum value for databricks.sdk.service.catalog.SecurableType.
  • Added budget_policy_limit_exceeded enum value for databricks.sdk.service.jobs.TerminationCodeCode.
  • Added arclight_azure_exchange_token_with_user_delegation_key enum value for databricks.sdk.service.settings.TokenType.

OpenAPI SHA: 840c660106f820a1a5dff931d51fa5f65cd9fdd9, Date: 2025-01-28

[Release] Release v0.41.0

New Features and Improvements

... (truncated)

Commits
  • 6f094aa [Release] Release v0.42.0 (#880)
  • aa4f0f3 [Fix] Exclude localhost from hitting proxies for metadata service requests (#...
  • 95277c8 [Internal] Add unit tests for retriable requests (#879)
  • 5339396 [Internal] Update Model Serving http_request mixin to correctly use the und...
  • 762c57b [Internal] Extract "before retry" handler, use it to rewind the stream (#878)
  • 4bcfb0a [Fix] Fix docs generation when two services have the same name (#872)
  • 5576d32 [Internal] Add CICD environment to the User Agent (#866)
  • 267d369 [Release] Release v0.41.0 (#864)
  • 11fdf46 [Internal] Add unit tests for external-browser authentication (#863)
  • fe9877a [Fix] Properly pass query parameters in apps and oauth2 (#862)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [databricks-sdk](https://github.com/databricks/databricks-sdk-py) to permit the latest version.
- [Release notes](https://github.com/databricks/databricks-sdk-py/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-py@v0.40.0...v0.42.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from nfx as a code owner February 3, 2025 08:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
@github-actions
Copy link

github-actions bot commented Feb 3, 2025

✅ 41/41 passed, 5 skipped, 5m26s total

Running from acceptance #181

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2025

A newer version of databricks-sdk exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@gueniai gueniai closed this Feb 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/databricks-sdk-gte-0.40-and-lt-0.43 branch February 20, 2025 14:15
@gueniai
Copy link
Collaborator

gueniai commented Feb 20, 2025

Closing because we're setting a more permissive upper limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants