Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

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

Release notes

Sourced from databricks-sdk's releases.

v0.78.0

Release v0.78.0

New Features and Improvements

  • Increase async cache stale period from 3 to 5 minutes to cover the maximum monthly downtime of a 99.99% uptime SLA.

API Changes

  • Add table_deltasharing_open_dir_based enum value for databricks.sdk.service.catalog.SecurableKind.
  • Add creating and create_failed enum values for databricks.sdk.service.settings.NccPrivateEndpointRulePrivateLinkConnectionState.
  • [Breaking] Remove access_modes and storage_location fields for databricks.sdk.service.sharing.Table.
  • Add error_message field for databricks.sdk.service.settings.CreatePrivateEndpointRule.
  • Add error_message field for databricks.sdk.service.settings.NccPrivateEndpointRule.
  • Add error_message field for databricks.sdk.service.settings.UpdatePrivateEndpointRule.
  • Add rate_limited enum value for databricks.sdk.service.compute.TerminationReasonCode.
  • Add rate_limited enum value for databricks.sdk.service.sql.TerminationReasonCode.
  • [Breaking] Add long-running operation configuration for PostgresAPI.delete_branch method.
  • [Breaking] Add long-running operation configuration for PostgresAPI.delete_endpoint method.
  • [Breaking] Add long-running operation configuration for PostgresAPI.delete_project method.
  • [Breaking] Change delete_branch(), delete_endpoint() and delete_project() methods for w.postgres workspace-level service to return databricks.sdk.service.postgres.Operation dataclass.
  • [Breaking] Remove pgbouncer_settings field for databricks.sdk.service.postgres.EndpointSettings.
  • [Breaking] Remove pooler_mode field for databricks.sdk.service.postgres.EndpointSpec.
  • [Breaking] Remove pooler_mode field for databricks.sdk.service.postgres.EndpointStatus.
  • [Breaking] Remove pgbouncer_settings field for databricks.sdk.service.postgres.ProjectDefaultEndpointSettings.
Changelog

Sourced from databricks-sdk's changelog.

Release v0.78.0 (2026-01-15)

New Features and Improvements

  • Increase async cache stale period from 3 to 5 minutes to cover the maximum monthly downtime of a 99.99% uptime SLA.

API Changes

  • Add table_deltasharing_open_dir_based enum value for databricks.sdk.service.catalog.SecurableKind.
  • Add creating and create_failed enum values for databricks.sdk.service.settings.NccPrivateEndpointRulePrivateLinkConnectionState.
  • [Breaking] Remove access_modes and storage_location fields for databricks.sdk.service.sharing.Table.
  • Add error_message field for databricks.sdk.service.settings.CreatePrivateEndpointRule.
  • Add error_message field for databricks.sdk.service.settings.NccPrivateEndpointRule.
  • Add error_message field for databricks.sdk.service.settings.UpdatePrivateEndpointRule.
  • Add rate_limited enum value for databricks.sdk.service.compute.TerminationReasonCode.
  • Add rate_limited enum value for databricks.sdk.service.sql.TerminationReasonCode.
  • [Breaking] Add long-running operation configuration for PostgresAPI.delete_branch method.
  • [Breaking] Add long-running operation configuration for PostgresAPI.delete_endpoint method.
  • [Breaking] Add long-running operation configuration for PostgresAPI.delete_project method.
  • [Breaking] Change delete_branch(), delete_endpoint() and delete_project() methods for w.postgres workspace-level service to return databricks.sdk.service.postgres.Operation dataclass.
  • [Breaking] Remove pgbouncer_settings field for databricks.sdk.service.postgres.EndpointSettings.
  • [Breaking] Remove pooler_mode field for databricks.sdk.service.postgres.EndpointSpec.
  • [Breaking] Remove pooler_mode field for databricks.sdk.service.postgres.EndpointStatus.
  • [Breaking] Remove pgbouncer_settings field for databricks.sdk.service.postgres.ProjectDefaultEndpointSettings.

Release v0.77.0 (2026-01-06)

API Changes

  • Add git_repository field for databricks.sdk.service.apps.App.
  • Add git_source field for databricks.sdk.service.apps.AppDeployment.
  • Add experiment_spec field for databricks.sdk.service.apps.AppManifestAppResourceSpec.
  • Add experiment field for databricks.sdk.service.apps.AppResource.
  • Add git_repository field for databricks.sdk.service.apps.AppUpdate.
  • Add excluded_table_full_names field for databricks.sdk.service.dataquality.AnomalyDetectionConfig.
  • Add group_name field for databricks.sdk.service.jobs.JobRunAs.
  • Add row_filter field for databricks.sdk.service.pipelines.TableSpecificConfig.
  • Add spec and status fields for databricks.sdk.service.postgres.Endpoint.
  • Add excluded_table_full_names field for databricks.sdk.service.qualitymonitorv2.AnomalyDetectionConfig.
  • Add execute and use_connection enum values for databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurablePermission.
  • Add function and connection enum values for databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurableType.
  • Add select, execute and use_connection enum values for databricks.sdk.service.apps.AppResourceUcSecurableUcSecurablePermission.
  • Add table, function and connection enum values for databricks.sdk.service.apps.AppResourceUcSecurableUcSecurableType.
  • [Breaking] Remove apply_environment() method for w.pipelines workspace-level service.
  • [Breaking] Remove autoscaling_limit_max_cu, autoscaling_limit_min_cu, current_state, disabled, effective_autoscaling_limit_max_cu, effective_autoscaling_limit_min_cu, effective_disabled, effective_pooler_mode, effective_settings, effective_suspend_timeout_duration, endpoint_type, host, last_active_time, pending_state, pooler_mode, settings, start_time, suspend_time and suspend_timeout_duration fields for databricks.sdk.service.postgres.Endpoint.
  • Add create_role(), delete_role(), get_role() and list_roles() methods for w.postgres workspace-level service.
  • Add destination_source_securable field for databricks.sdk.service.catalog.AccessRequestDestinations.
  • Add spec and status fields for databricks.sdk.service.postgres.Branch.
  • Add spec and status fields for databricks.sdk.service.postgres.Project.
  • Add access_modes and storage_location fields for databricks.sdk.service.sharing.Table.
  • [Breaking] Remove current_state, default, effective_default, effective_is_protected, effective_source_branch, effective_source_branch_lsn, effective_source_branch_time, is_protected, logical_size_bytes, pending_state, source_branch, source_branch_lsn, source_branch_time and state_change_time fields for databricks.sdk.service.postgres.Branch.

... (truncated)

Commits
  • 67f1c92 [Release] Release v0.78.0
  • bc33f0b Add more retries for failing integration tests (#1204)
  • 321ca70 Config changes for custom scopes support (#1166)
  • 5660796 Updating FilesExt documentation (#1189)
  • cc0e2ec Update SDK API to 6700bbe74746844cbb713c810c90e9187056b894 (#1199)
  • c3b7b44 Increase async cache stale period from 3 to 5 minutes. (#1197)
  • da2ed72 Update SDK API to e16060430295515f0c147e5252a3fee3c19fde9f (#1198)
  • f6c9607 Update SDK API to 8921a828d1741af0952eb5c4f0292c194c0d5f38 (#1196)
  • 7065745 Update SDK API to 9b38571bfe7bf0bc595480f28eb93a8db3116985 (#1193)
  • fd2932e Update SDK API to f21f4933da405cac4bc77c9732044dc45b4f0c5a (#1191)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 19, 2026
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.78.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/databricks-sdk-lt-0.79.0 branch from 1bedb32 to 0d30ba6 Compare January 19, 2026 21:34
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.

1 participant