Databricks SDK Java v0.135.0 Adds Catalog Enums, Includes Breaking Changes
sdkdatadatabricksengineer
breaking patch
Databricks SDK Java v0.135.0 introduces new enum values for catalog ownership, enhancing schema and table management. However, this release also contains breaking changes, including a modified `createDeployment()` method signature and the removal of the `deploymentId` field from the `CreateDeploymentRequest`. These changes require users of the Java SDK to update their code to accommodate the new API structure.
- →Change createDeployment() method for workspaceClient.bundleDeployments() service with new required argument order
- →Remove deploymentId field for com.databricks.sdk.service.bundledeployments.CreateDeploymentRequest
Breaking changes (2) ›
- Change createDeployment() method for workspaceClient.bundleDeployments() service with new required argument order
- Remove deploymentId field for com.databricks.sdk.service.bundledeployments.CreateDeploymentRequest
Enhancements (1) ›
Add SPECIAL_DESTINATION_SCHEMA_OWNER, SPECIAL_DESTINATION_TABLE_OWNER, SPECIAL_DESTINATION_VOLUME_OWNER, SPECIAL_DESTINATION_FUNCTION_OWNER and SPECIAL_DESTINATION_REGISTERED_MODEL_OWNER enum values for com.databricks.sdk.service.catalog.SpecialDestination
Read the original announcement →
https://github.com/databricks/databricks-sdk-java/releases/tag/v0.135.0
Related releases
- Databricks Python SDK v0.138.0 Enhances API with New Fields Databricks Python SDK Releases ·
- Databricks-managed MCP Connectors for Genie One Now Generally Available Databricks Release Notes ·
- Databricks Genie Agents Get GA APIs and Unity Catalog Function Tools Databricks Release Notes ·
- Databricks Enhances Dashboards with AI, Materialization, and Visualization Features Databricks Release Notes ·
- Databricks Genie Agents to Restrict Data Access to Explicitly Attached Sources Databricks Release Notes ·
- Databricks Excel Add-in Reaches General Availability Databricks Release Notes ·