databricks Databricks Go SDK Releases · · 0.164.0

Databricks SDK Go v0.164.0: API changes and breaking updates

sdkinfradatabricksengineer
breaking patch

Databricks SDK Go v0.164.0 introduces new enum values for catalog ownership and includes two breaking changes. Developers using the SDK must update their code to accommodate the reordered arguments in the `CreateDeployment` method and the removal of the `DeploymentId` field in the request. These changes primarily affect engineers and architects working with Databricks bundles and workspace deployments.

  • Change CreateDeployment method for w.BundleDeployments workspace-level service with new required argument order
  • Remove DeploymentId field for bundledeployments.CreateDeploymentRequest
Breaking changes (2)
  • Change CreateDeployment method for w.BundleDeployments workspace-level service with new required argument order
  • Remove DeploymentId field for bundledeployments.CreateDeploymentRequest
Enhancements (1)
  • Add SpecialDestinationSchemaOwner, SpecialDestinationTableOwner, SpecialDestinationVolumeOwner, SpecialDestinationFunctionOwner and SpecialDestinationRegisteredModelOwner enum values for catalog.SpecialDestination

Read the original announcement →

https://github.com/databricks/databricks-sdk-go/releases/tag/v0.164.0

Related releases