databricks Databricks Java SDK Releases · · 0.135.0

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