databricks/databricks-sdk-go v0.137.0
databricks/databricks-sdk-go
Captured source
source ↗v0.137.0
Repository: databricks/databricks-sdk-go
Tag: v0.137.0
Published: 2026-05-25T09:33:38Z
Prerelease: no
Release notes:
New Features and Improvements
- Honor the Vercel
AI_AGENT=env var as a secondary fallback for
AI agent detection in the User-Agent header (after the agents.md AGENT= standard). Unrecognized fallback values now pass through the User-Agent sanitized and length-capped at 64 chars instead of being coerced to agent/unknown, so versioned variants such as claude-code_2-1-141_agent surface as-is.
Internal Changes
- Pass
excludedAttributes=entitlementson the SCIM/Merequest made byWorkspaceClient.CurrentWorkspaceID(#1681).
CurrentWorkspaceID only reads the X-Databricks-Org-Id response header and discards the body, so it has no use for the User.Entitlements field. Skipping that attribute avoids an expensive getEffectivePermissions scan on the SCIM backend, which has caused incidents on workspaces with large grant counts.
API Changes
- Add
Revertmethod for w.Lakeview workspace-level service. - Add
ParentPathfield for dashboards.GenieUpdateSpaceRequest. - Add
ComputeMaxInstancesandComputeMinInstancesfields for apps.App. - Add
ComputeMaxInstancesandComputeMinInstancesfields for apps.AppUpdate. - Add
CronScheduleTrigger,StreamingModeandTableTriggerfields for ml.MaterializedFeature. - Add
SyncedTableIdfield for postgres.SyncedTableSyncedTableStatus.
Notability
notability 2.0/10Routine SDK version bump.