databricks Databricks Python SDK Releases · · 0.131.0

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