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
- Building an AI-Forward Healthcare Organization on Data and Governance Databricks Blog ·
- Databricks Accelerates Agentic Media Buying with New Reference Implementation Databricks Blog ·
- NBCUniversal Migrates to Databricks Lakehouse for Scalable Analytics Databricks Blog ·
- Databricks SDK for Python v0.123.0: API changes and breaking updates Databricks Python SDK Releases ·
- Databricks Go SDK v0.167.0 Adds Cloud Provider Auth Fields Databricks Go SDK Releases ·
- Databricks SDK Java v0.138.0 Adds Model Provider Config Fields Databricks Java SDK Releases ·