Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 1.48 KB

File metadata and controls

executable file
·
26 lines (19 loc) · 1.48 KB

NEXT CHANGELOG

Release v0.104.0

New Features and Improvements

  • Support default_profile in [__settings__] section of .databrickscfg for consistent default profile resolution across CLI and SDKs.

Bug Fixes

  • Fixed Databricks CLI authentication to detect when the cached token's scopes don't match the SDK's configured scopes. Previously, a scope mismatch was silently ignored, causing requests to use wrong permissions. The SDK now raises an error with instructions to re-authenticate.

Security Vulnerabilities

Documentation

Internal Changes

API Changes

  • Add createCatalog(), createSyncedTable(), deleteCatalog(), deleteSyncedTable(), getCatalog() and getSyncedTable() methods for workspaceClient.postgres() service.
  • Add effectiveFileEventQueue field for com.databricks.sdk.service.catalog.CreateExternalLocation.
  • Add effectiveFileEventQueue field for com.databricks.sdk.service.catalog.ExternalLocationInfo.
  • Add effectiveFileEventQueue field for com.databricks.sdk.service.catalog.UpdateExternalLocation.
  • Add columnSelection field for com.databricks.sdk.service.ml.Function.
  • Add cascade field for com.databricks.sdk.service.pipelines.DeletePipelineRequest.
  • Add defaultBranch field for com.databricks.sdk.service.postgres.ProjectSpec.
  • Add defaultBranch field for com.databricks.sdk.service.postgres.ProjectStatus.
  • Add ingress and ingressDryRun fields for com.databricks.sdk.service.settings.AccountNetworkPolicy.