You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Internal Changes
Switch workspace addressing header on workspace-scoped API calls from X-Databricks-Org-Id to X-Databricks-Workspace-Id. The value continues to come from the DATABRICKS_WORKSPACE_ID environment variable / DatabricksConfig.setWorkspaceId() setter, and now accepts either a classic numeric workspace ID or another workspace identifier format (server disambiguates). Mirrors databricks/databricks-sdk-go#1688.
API Changes
Add updateTokenManagement() method for workspaceClient.tokenManagement() service.
Add deploymentId and versionId fields for com.databricks.sdk.service.jobs.JobDeployment.
Add deploymentId and versionId fields for com.databricks.sdk.service.pipelines.PipelineDeployment.
Add autoscopeEnabled field for com.databricks.sdk.service.settings.CreateOboTokenRequest.
Add autoscopeEnabled field for com.databricks.sdk.service.settings.CreateTokenRequest.
Add autoscopeState, backfillScopes, inferredScopes and scopes fields for com.databricks.sdk.service.settings.PublicTokenInfo.
Add autoscopeState, backfillScopes, inferredScopes and scopes fields for com.databricks.sdk.service.settings.TokenInfo.
Add resourceType field for com.databricks.sdk.service.bundle.Operation.