Summary
The SDK now supports a discovery flow that lands users on the account selector and includes a new method for updating workspace token management. Additional fields were added to job deployments, pipeline deployments, and token-related settings for enhanced configuration and information.
Summary generated by brickster.ai. For the full changelog and any code/binary attachments, follow the GitHub link above.
More from databricks/databricks-sdk-go
The Databricks SDK for Go now includes a TypeOverrides field for database.SyncedTableSpec. This field is also added to postgres.SyncedTableSyncedTableSpec.
This release adds an `AcceleratedSync` field to `database.SyncedTableSpec` and `postgres.SyncedTableSyncedTableSpec`. This new field enables configuration of accelerated sync for synced tables within Databricks.
This release introduces new services for AI Search and Bundle Deployments, along with several new fields across various services like Catalog, ML, and Pipelines. It also includes breaking changes by removing the old Bundle package and its associated workspace-level service.
Databricks SDK for Go now includes `DeploymentMode` fields for bundle deployments and versions. It also adds `CollaborationPlatformConnectivity` and `EffectiveCollaborationPlatformConnectivity` fields to settings.
This release adds new methods for managing feature engineering streams and introduces `Parameters` fields for Databricks Jobs and Pipelines. It also includes breaking changes by removing `CatalogId` and `SyncedTableId` fields from PostgreSQL catalog status objects.
The config-file loader now correctly sets the profile name to "DEFAULT" when using the legacy fallback, ensuring consistent profile identification. This fixes issues where consumers deriving identifiers from the profile name, like the Databricks CLI's OAuth cache, could not match login and read flows.