Databricks Python SDK v0.131.0 Introduces Breaking API Changes
sdkinfradatabricksengineer
breaking patch
Databricks has released version 0.131.0 of its Python SDK, which includes several breaking API changes for bundle deployment operations. The `action_type` and `status` fields within the `databricks.sdk.service.bundledeployments.Operation` object are no longer required. Additionally, the `create_operation()` method has been removed from the workspace-level bundle deployments service. These updates affect Python developers who interact with Databricks bundle deployments, requiring code adjustments to accommodate the modified API.
- →Change action_type and status fields for databricks.sdk.service.bundledeployments.Operation to no longer be required
- →Remove create_operation() method for w.bundle_deployments workspace-level service
Breaking changes (2) ›
- Change action_type and status fields for databricks.sdk.service.bundledeployments.Operation to no longer be required
- Remove create_operation() method for w.bundle_deployments workspace-level service
Enhancements (1) ›
- Change action_type and status fields for databricks.sdk.service.bundledeployments.Operation to no longer be required
Read the original announcement →
https://github.com/databricks/databricks-sdk-py/releases/tag/v0.131.0
Related releases
- Databricks Simplifies SQL ETL with Declarative Patterns in Lakehouse Databricks Blog ·
- Databricks Details AI SRE Platform for Accelerated Incident Investigation Databricks Blog ·
- Run, Debug, and Scale Databricks Workloads from Local IDEs Databricks Blog ·
- Databricks Terraform Provider v1.129.0 Enhances Resource Export Capabilities Terraform Databricks Provider Releases ·
- Databricks Java SDK v0.150.0 Enhances Unit Test Fixture Portability Databricks Java SDK Releases ·
- Databricks Runtime 13.3 has reached end of life endoflife.date ·