Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

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

Release notes

Sourced from databricks-sdk's releases.

v0.71.0

Release v0.71.0

Bug Fixes

  • Fix the issue where FilesExt.upload's second parameter was changed from contents to content unintentionally. Now the interface is backward compatible to versions previous than 0.69.0.

API Changes

  • Add instance_profile_arn field for databricks.sdk.service.compute.InstancePoolAwsAttributes.
  • Add continuous, sliding and tumbling fields for databricks.sdk.service.ml.TimeWindow.
  • Add usage_policy_id field for databricks.sdk.service.pipelines.CreatePipeline.
  • Add usage_policy_id field for databricks.sdk.service.pipelines.EditPipeline.
  • Add usage_policy_id field for databricks.sdk.service.pipelines.PipelineSpec.
  • Add read_files_bytes field for databricks.sdk.service.sql.QueryMetrics.
  • Add select enum value for databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurablePermission.
  • Add table enum value for databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurableType.
  • Add decommission_started and decommission_ended enum values for databricks.sdk.service.compute.EventType.
  • Add dbr_image_resolution_failure enum value for databricks.sdk.service.compute.TerminationReasonCode.
  • Add dbr_image_resolution_failure enum value for databricks.sdk.service.sql.TerminationReasonCode.
  • [Breaking] Change offline_store_config and online_store_config fields for databricks.sdk.service.ml.MaterializedFeature to no longer be required.
  • Change offline_store_config and online_store_config fields for databricks.sdk.service.ml.MaterializedFeature to no longer be required.
  • [Breaking] Change lifecycle_state field for databricks.sdk.service.sql.AlertV2 to type databricks.sdk.service.sql.AlertLifecycleState dataclass.
  • [Breaking] Remove table field for databricks.sdk.service.jobs.TriggerSettings.
  • [Breaking] Remove duration and offset fields for databricks.sdk.service.ml.TimeWindow.
Changelog

Sourced from databricks-sdk's changelog.

Release v0.71.0

Bug Fixes

  • Fix the issue where FilesExt.upload's second parameter was changed from contents to content unintentionally. Now the interface is backward compatible to versions previous than 0.69.0.

API Changes

  • Add instance_profile_arn field for databricks.sdk.service.compute.InstancePoolAwsAttributes.
  • Add continuous, sliding and tumbling fields for databricks.sdk.service.ml.TimeWindow.
  • Add usage_policy_id field for databricks.sdk.service.pipelines.CreatePipeline.
  • Add usage_policy_id field for databricks.sdk.service.pipelines.EditPipeline.
  • Add usage_policy_id field for databricks.sdk.service.pipelines.PipelineSpec.
  • Add read_files_bytes field for databricks.sdk.service.sql.QueryMetrics.
  • Add select enum value for databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurablePermission.
  • Add table enum value for databricks.sdk.service.apps.AppManifestAppResourceUcSecurableSpecUcSecurableType.
  • Add decommission_started and decommission_ended enum values for databricks.sdk.service.compute.EventType.
  • Add dbr_image_resolution_failure enum value for databricks.sdk.service.compute.TerminationReasonCode.
  • Add dbr_image_resolution_failure enum value for databricks.sdk.service.sql.TerminationReasonCode.
  • [Breaking] Change offline_store_config and online_store_config fields for databricks.sdk.service.ml.MaterializedFeature to no longer be required.
  • Change offline_store_config and online_store_config fields for databricks.sdk.service.ml.MaterializedFeature to no longer be required.
  • [Breaking] Change lifecycle_state field for databricks.sdk.service.sql.AlertV2 to type databricks.sdk.service.sql.AlertLifecycleState dataclass.
  • [Breaking] Remove table field for databricks.sdk.service.jobs.TriggerSettings.
  • [Breaking] Remove duration and offset fields for databricks.sdk.service.ml.TimeWindow.

Release v0.70.0

Bug Fixes

  • Improving the error message that is shown when the unsupported dbutils.credentials.getServiceCredentialsProvider method is used. This method can only be used inside of a notebook.

API Changes

  • Add create_materialized_feature(), delete_materialized_feature(), get_materialized_feature(), list_materialized_features() and update_materialized_feature() methods for w.feature_engineering workspace-level service.
  • Add filter_condition field for databricks.sdk.service.ml.Feature.
  • Add absolute_session_lifetime_in_minutes and enable_single_use_refresh_tokens fields for databricks.sdk.service.oauth2.TokenAccessPolicy.
  • Add network_connectivity_config_id field for databricks.sdk.service.provisioning.CreateWorkspaceRequest.
  • Add oauth_mtls enum value for databricks.sdk.service.catalog.CredentialType.
  • Add network_check_nic_failure_due_to_misconfig, network_check_dns_server_failure_due_to_misconfig, network_check_storage_failure_due_to_misconfig, network_check_metadata_endpoint_failure_due_to_misconfig, network_check_control_plane_failure_due_to_misconfig and network_check_multiple_components_failure_due_to_misconfig enum values for databricks.sdk.service.compute.TerminationReasonCode.
  • Add creating and create_failed enum values for databricks.sdk.service.settings.NccPrivateEndpointRulePrivateLinkConnectionState.
  • Add network_check_nic_failure_due_to_misconfig, network_check_dns_server_failure_due_to_misconfig, network_check_storage_failure_due_to_misconfig, network_check_metadata_endpoint_failure_due_to_misconfig, network_check_control_plane_failure_due_to_misconfig and network_check_multiple_components_failure_due_to_misconfig enum values for databricks.sdk.service.sql.TerminationReasonCode.
  • [Breaking] Change display_name, evaluation, query_text, schedule and warehouse_id fields for databricks.sdk.service.sql.AlertV2 to be required.
  • Change display_name, evaluation, query_text, schedule and warehouse_id fields for databricks.sdk.service.sql.AlertV2 to be required.
  • Change comparison_operator and source fields for databricks.sdk.service.sql.AlertV2Evaluation to be required.
  • [Breaking] Change comparison_operator and source fields for databricks.sdk.service.sql.AlertV2Evaluation to be required.
  • Change name field for databricks.sdk.service.sql.AlertV2OperandColumn to be required.
  • [Breaking] Change name field for databricks.sdk.service.sql.AlertV2OperandColumn to be required.
  • [Breaking] Change quartz_cron_schedule and timezone_id fields for databricks.sdk.service.sql.CronSchedule to be required.
  • Change quartz_cron_schedule and timezone_id fields for databricks.sdk.service.sql.CronSchedule to be required.
  • [Breaking] Remove update() method for w.recipient_federation_policies workspace-level service.
  • [Breaking] Remove results field for databricks.sdk.service.sql.ListAlertsV2Response.

... (truncated)

Commits
  • 1c012fe [Release] Release v0.71.0
  • 23d0b5d Update SDK to latest API Definition (#1096)
  • 681b2d4 Revert interface change of FilesExt.upload (#1092)
  • 49eb17b [Release] Release v0.70.0
  • 61391a7 [Internal] Update SDK to latest spec (#1083)
  • 0bc2d75 Improving the error message of dbutils.credentials.getServiceCredentialsProvi...
  • 59de7cf [Release] Release v0.69.0
  • b4eff2f Add Parallel Large File Upload and Download in FilesAPI (#1075)
  • 17383ec Minor change to release workflow (#1078)
  • 736a39a [Release] Release v0.68.0
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
databricks-sdk [>= 0.25.a, < 0.26]

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.58.0...v0.71.0)

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

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 Oct 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 30, 2025 15:08
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Oct 30, 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.

1 participant