databricks Databricks Go SDK Releases · · 0.159.0

Databricks SDK Go v0.159.0: New fields, one breaking change

sdkinfradatabricksengineer
breaking patch

The Databricks SDK Go version 0.159.0 introduces new fields for disaster recovery and pipeline configurations, enhancing data resilience and pipeline management. However, it also removes the `CodeSourcePath` field from `AiRuntimeTask` in the jobs service, which is a breaking change requiring user code updates. This release impacts developers using the Go SDK for Databricks integration.

  • Remove CodeSourcePath field for jobs.AiRuntimeTask
  • Add EffectiveWorkspaceId field for disasterrecovery.StableUrl
  • Add SourceMetadataColumn field for pipelines.TableSpecificConfig
Breaking changes (1)
  • Remove CodeSourcePath field for jobs.AiRuntimeTask
Enhancements (2)
  • Add EffectiveWorkspaceId field for disasterrecovery.StableUrl
  • Add SourceMetadataColumn field for pipelines.TableSpecificConfig
Read the original announcement →

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

Related releases