Skip to content
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

Bump databricks-sdk from 0.30.0 to 0.41.0 #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps databricks-sdk from 0.30.0 to 0.41.0.

Release notes

Sourced from databricks-sdk's releases.

v0.41.0

New Features and Improvements

  • Add serving.http_request to call external functions. (#857).
  • Files API client: recover on download failures (#844) (#845).

Bug Fixes

  • Properly pass query parameters in apps and oauth2 (#862).

Internal Changes

  • Add unit tests for external-browser authentication (#863).
  • Decouple oauth2 and serving (#855).
  • Migrate workflows that need write access to use hosted runners (#850).
  • Stop testing Python 3.7 on Ubuntu (#858).

API Changes:

  • Added w.access_control workspace-level service.
  • Added http_request() method for w.serving_endpoints workspace-level service.
  • Added no_compute field for databricks.sdk.service.apps.CreateAppRequest.
  • Added has_more field for databricks.sdk.service.jobs.BaseJob.
  • Added has_more field for databricks.sdk.service.jobs.BaseRun.
  • Added page_token field for databricks.sdk.service.jobs.GetJobRequest.
  • Added has_more and next_page_token fields for databricks.sdk.service.jobs.Job.
  • Added has_more field for databricks.sdk.service.jobs.Run.
  • Added clean_rooms_notebook_output field for databricks.sdk.service.jobs.RunOutput.
  • Added scopes field for databricks.sdk.service.oauth2.UpdateCustomAppIntegration.
  • Added run_as field for databricks.sdk.service.pipelines.CreatePipeline.
  • Added run_as field for databricks.sdk.service.pipelines.EditPipeline.
  • Added authorization_details and endpoint_url fields for databricks.sdk.service.serving.DataPlaneInfo.
  • Added contents field for databricks.sdk.service.serving.GetOpenApiResponse.
  • Added activated, activation_url, authentication_type, cloud, comment, created_at, created_by, data_recipient_global_metastore_id, ip_access_list, metastore_id, name, owner, properties_kvpairs, region, sharing_code, tokens, updated_at and updated_by fields for databricks.sdk.service.sharing.RecipientInfo.
  • Added expiration_time field for databricks.sdk.service.sharing.RecipientInfo.
  • Added .
  • Added .
  • Added , , and .
  • Added .
  • Added , , , and .
  • Changed update() method for a.account_federation_policy account-level service with new required argument order.
  • Changed update() method for a.service_principal_federation_policy account-level service with new required argument order.
  • Changed update() method for w.recipients workspace-level service to return databricks.sdk.service.sharing.RecipientInfo dataclass.
  • Changed update() method for w.recipients workspace-level service return type to become non-empty.
  • Changed update() method for w.recipients workspace-level service to type update() method for w.recipients workspace-level service.
  • Changed get_open_api() method for w.serving_endpoints workspace-level service return type to become non-empty.

... (truncated)

Changelog

Sourced from databricks-sdk's changelog.

[Release] Release v0.41.0

New Features and Improvements

  • Add serving.http_request to call external functions. (#857).
  • Files API client: recover on download failures (#844) (#845).

Bug Fixes

  • Properly pass query parameters in apps and oauth2 (#862).

Internal Changes

  • Add unit tests for external-browser authentication (#863).
  • Decouple oauth2 and serving (#855).
  • Migrate workflows that need write access to use hosted runners (#850).
  • Stop testing Python 3.7 on Ubuntu (#858).

API Changes:

  • Added w.access_control workspace-level service.
  • Added http_request() method for w.serving_endpoints workspace-level service.
  • Added no_compute field for databricks.sdk.service.apps.CreateAppRequest.
  • Added has_more field for databricks.sdk.service.jobs.BaseJob.
  • Added has_more field for databricks.sdk.service.jobs.BaseRun.
  • Added page_token field for databricks.sdk.service.jobs.GetJobRequest.
  • Added has_more and next_page_token fields for databricks.sdk.service.jobs.Job.
  • Added has_more field for databricks.sdk.service.jobs.Run.
  • Added clean_rooms_notebook_output field for databricks.sdk.service.jobs.RunOutput.
  • Added scopes field for databricks.sdk.service.oauth2.UpdateCustomAppIntegration.
  • Added run_as field for databricks.sdk.service.pipelines.CreatePipeline.
  • Added run_as field for databricks.sdk.service.pipelines.EditPipeline.
  • Added authorization_details and endpoint_url fields for databricks.sdk.service.serving.DataPlaneInfo.
  • Added contents field for databricks.sdk.service.serving.GetOpenApiResponse.
  • Added activated, activation_url, authentication_type, cloud, comment, created_at, created_by, data_recipient_global_metastore_id, ip_access_list, metastore_id, name, owner, properties_kvpairs, region, sharing_code, tokens, updated_at and updated_by fields for databricks.sdk.service.sharing.RecipientInfo.
  • Added expiration_time field for databricks.sdk.service.sharing.RecipientInfo.
  • Changed update() method for a.account_federation_policy account-level service with new required argument order.
  • Changed update() method for a.service_principal_federation_policy account-level service with new required argument order.
  • Changed update() method for w.recipients workspace-level service to return databricks.sdk.service.sharing.RecipientInfo dataclass.
  • Changed update() method for w.recipients workspace-level service return type to become non-empty.
  • Changed update() method for w.recipients workspace-level service to type update() method for w.recipients workspace-level service.
  • Changed get_open_api() method for w.serving_endpoints workspace-level service return type to become non-empty.
  • Changed patch() method for w.serving_endpoints workspace-level service to type patch() method for w.serving_endpoints workspace-level service.
  • Changed patch() method for w.serving_endpoints workspace-level service to return databricks.sdk.service.serving.EndpointTags dataclass.
  • Changed databricks.sdk.service.serving.EndpointTagList dataclass to.
  • Changed collaborator_alias field for databricks.sdk.service.cleanrooms.CleanRoomCollaborator to be required.
  • Changed collaborator_alias field for databricks.sdk.service.cleanrooms.CleanRoomCollaborator to be required.

... (truncated)

Commits
  • 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)
  • ee136e2 [Feature] Add serving.http_request to call external functions. (#857)
  • 8c4264b [Internal] Stop testing Python 3.7 on Ubuntu (#858)
  • cbae014 [Internal] Decouple oauth2 and serving (#855)
  • d907c0c [Feature] Files API client: recover on download failures (#844) (#845)
  • 6d6923e [Internal] Migrate workflows that need write access to use hosted runners (#850)
  • 8975d07 [Release] Release v0.40.0 (#840)
  • 672da6f [Release] Release v0.39.0 (#836)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [databricks-sdk](https://github.com/databricks/databricks-sdk-py) from 0.30.0 to 0.41.0.
- [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.30.0...v0.41.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
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.

0 participants