databricks/databricks-sdk-go v0.140.0
databricks/databricks-sdk-go
Captured source
source ↗published Jun 1, 2026seen 5dcaptured 13hhttp 200method plain
v0.140.0
Repository: databricks/databricks-sdk-go
Tag: v0.140.0
Published: 2026-06-01T10:03:01Z
Prerelease: no
Release notes:
New Features and Improvements
- Add
u2m.WithDiscoveryAccountTarget()option that setstarget=ACCOUNTon the login.databricks.com authorize URL, so the discovery flow lands the user on the account selector instead of the workspace selector.
Internal Changes
- Switch workspace addressing header on workspace-scoped API calls from
X-Databricks-Org-IdtoX-Databricks-Workspace-Id. The value continues to come fromConfig.WorkspaceID(DATABRICKS_WORKSPACE_ID), and now accepts either a classic numeric workspace ID or a CPDR connection ID (server disambiguates). Part of the DECO + Unified Workspace Addressing initiative.
API Changes
- Add
UpdateTokenManagementmethod for w.TokenManagement workspace-level service. - Add
DeploymentIdandVersionIdfields for jobs.JobDeployment. - Add
DeploymentIdandVersionIdfields for pipelines.PipelineDeployment. - Add
AutoscopeEnabledfield for settings.CreateOboTokenRequest. - Add
AutoscopeEnabledfield for settings.CreateTokenRequest. - Add
AutoscopeState,BackfillScopes,InferredScopesandScopesfields for settings.PublicTokenInfo. - Add
AutoscopeState,BackfillScopes,InferredScopesandScopesfields for settings.TokenInfo. - Add
ResourceTypefield for bundle.Operation.
Notability
notability 2.0/10Routine SDK update, low impact