New feature
Beta
Databricks SDK for Go
Databricks SDK for Go is a Databricks developer experience capability, introduced June 2023.
The official Go module for automating Databricks accounts, workspaces, and resources from Go code, published as github.com/databricks/databricks-sdk-go and built on Databricks unified authentication.
- Its docs file it under Beta while calling it okay to use in production, and ask you to pin a specific minor version in go.mod for the duration.
- Version 0.18.0 alone introduced 17 breaking API changes while adding 30 APIs, which is what a Beta label buys you.
- The getting-started guide still pins version 0.8.0 in its example, politely asking you to replace it with the latest version from the changelog.
- Category
- Developer experience
- Also known as
- databricks-sdk-go, Go SDK
- Verified
- 2026-09-27
Sources
- Official Official Databricks / Microsoft docs
- Official GitHub: databricks/databricks-sdk-go