Skip to content

chore(deps-dev): update databricks-sdk requirement from <0.118.0 to <0.119.0#1327

Merged
jschoedl merged 1 commit into
mainfrom
dependabot/pip/databricks-sdk-lt-0.119.0
Jun 24, 2026
Merged

chore(deps-dev): update databricks-sdk requirement from <0.118.0 to <0.119.0#1327
jschoedl merged 1 commit into
mainfrom
dependabot/pip/databricks-sdk-lt-0.119.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

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

Changelog

Sourced from databricks-sdk's changelog.

Release v0.118.0 (2026-06-18)

API Changes

  • Add create_data_api(), delete_data_api(), get_data_api() and update_data_api() methods for w.postgres workspace-level service.
  • Add capacity_reservation_group field for databricks.sdk.service.compute.AzureAttributes.
  • Add serverless_compute_id field for databricks.sdk.service.pipelines.ClonePipelineRequest.
  • Add serverless_compute_id field for databricks.sdk.service.pipelines.CreatePipeline.
  • Add serverless_compute_id field for databricks.sdk.service.pipelines.EditPipeline.
  • Add serverless_compute_id field for databricks.sdk.service.pipelines.PipelineSpec.
  • Add endpoint_id field for databricks.sdk.service.vectorsearch.MiniVectorIndex.
  • Add endpoint_id field for databricks.sdk.service.vectorsearch.VectorIndex.
  • Add dynamics365 enum value for databricks.sdk.service.catalog.ConnectionType.

Release v0.117.0 (2026-06-11)

API Changes

  • Add type_overrides field for databricks.sdk.service.database.SyncedTableSpec.
  • Add type_overrides field for databricks.sdk.service.postgres.SyncedTableSyncedTableSpec.
  • Change resource_id field for databricks.sdk.service.bundledeployments.Operation to no longer be required.
  • [Breaking] Change resource_id field for databricks.sdk.service.bundledeployments.Operation to no longer be required.

Bug Fixes

  • Cache tokens minted by DatabricksOidcTokenSource (Workload Identity Federation / account-wide token federation). Previously a fresh /oidc/v1/token exchange was performed on every authenticated API call, adding latency, amplifying transient federation-policy errors, and hitting OIDC token-endpoint rate limits. The token source now reuses the cached token until it is stale or expired, fetching a fresh ID token on each refresh to support rotation.
  • Make WorkspaceClient.dbutils lazy (functools.cached_property). The constructor no longer imports databricks.sdk.runtime eagerly, so on Spark Connect (shared-access-mode) clusters, consumers that never read .dbutils — such as dbt-databricks Python models — no longer crash with CONTEXT_UNAVAILABLE_FOR_REMOTE_CLIENT during client construction.
  • Fall back to the remote runtime implementation when the legacy user namespace cannot be materialized. On Spark Connect runtimes (e.g. shared-access-mode clusters), importing databricks.sdk.runtime — which happens when constructing a WorkspaceClient on such a cluster — tried to build a legacy SparkContext and raised CONTEXT_UNAVAILABLE_FOR_REMOTE_CLIENT at import time. It now logs a warning and falls back to the Spark Connect-compatible remote implementation instead of crashing.

Internal Changes

  • Declare urllib3 as an explicit dependency. The SDK imports it directly; previously it was only available transitively through requests. No resolution change for users.

Release v0.116.0 (2026-06-10)

... (truncated)

Commits
  • aef495d Update SDK to d1470710f514d8f73570685ee567472fe0cd3807 (#1477)
  • 4314a9b Add sync-label check: PRs need the maintainer-applied 'sync' label (#1473)
  • 8de8d38 Release databricks-sdk-py v0.117.0 (#1472)
  • 8d80062 Fall back to remote runtime on Spark Connect when the legacy namespace is una...
  • d01f89a Make WorkspaceClient.dbutils lazy via cached_property (#1470)
  • c05cc6f Cache tokens minted by DatabricksOidcTokenSource (#1460)
  • 528878e [Release] Release v0.116.0
  • 1399208 Update SDK API to 55d22d7e7879e6be815cfe8e3e4cf7130f822c94 (#1471)
  • 9744f91 Update SDK API to 805d88b51faa37301c51d1848da2db5a2e6ed921 (#1466)
  • c897178 [Release] Release v0.115.0
  • 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 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.0.1...v0.118.0)

---
updated-dependencies:
- dependency-name: databricks-sdk
  dependency-version: 0.118.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@jschoedl jschoedl merged commit fe518ef into main Jun 24, 2026
13 checks passed
@jschoedl jschoedl deleted the dependabot/pip/databricks-sdk-lt-0.119.0 branch June 24, 2026 14:54
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant