databricks Databricks Go SDK Releases · · 0.136.0

Databricks SDK Go v0.136.0: New features and breaking changes

sdkinfradatabricksengineer
breaking patch

Databricks SDK Go v0.136.0 introduces several new API methods and fields, enhancing functionality for Postgres workspace services and job management. It also includes breaking changes to the bundle operations and marketplace listing requests, requiring users to update their code for compatibility. This release primarily impacts developers using the Go SDK to interact with Databricks services.

  • Change ActionType and ResourceId fields for bundle.Operation to be required
  • Change CliVersion field for bundle.Version to be required
  • Change Tags field for marketplace.ListListingsRequest to type marketplace.ListingTag
  • Change pagination for ClustersAPI.Events
  • Add UndeleteBranch method for w.Postgres workspace-level service
Breaking changes (4)
  • Change ActionType and ResourceId fields for bundle.Operation to be required
  • Change CliVersion field for bundle.Version to be required
  • Change Tags field for marketplace.ListListingsRequest to type marketplace.ListingTag
  • Change pagination for ClustersAPI.Events
Enhancements (9)
  • Add UndeleteBranch method for w.Postgres workspace-level service
  • Add Attributes and ExcludedAttributes fields for iam.MeRequest
  • Add IncludeTriggerState field for jobs.GetJobRequest
  • Add DeleteTime and PurgeTime fields for postgres.BranchStatus
  • Add Purge field for postgres.DeleteBranchRequest
  • Add ShowDeleted field for postgres.ListBranchesRequest
  • Add Deleted enum value for postgres.BranchStatusState
  • Change ActionType and ResourceId fields for bundle.Operation to be required
  • Change CliVersion field for bundle.Version to be required
Read the original announcement →

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

Related releases