Summary
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.
Summary generated by brickster.ai. For the full changelog and any code/binary attachments, follow the GitHub link above.
Topics
More from databricks/databricks-sdk-go
The Databricks SDK for Go now includes a TypeOverrides field for database.SyncedTableSpec. This same TypeOverrides field has also been 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.
Databricks SDK for Go now includes `DeploymentMode` fields for bundle deployments and versions. It also adds `CollaborationPlatformConnectivity` and `EffectiveCollaborationPlatformConnectivity` fields to settings.
The SDK now allows specifying an account target for the discovery flow, directing users to the account selector. It also introduces new fields for job and pipeline deployments, token management, and OBO token requests, alongside a new UpdateTokenManagement method.
This release adds new methods for managing feature engineering streams and introduces a `Parameters` field for pipeline-related job tasks and pipeline creation/editing. It also includes breaking changes by removing `CatalogId` and `SyncedTableId` fields from specific PostgreSQL catalog status objects.
The config-file loader now correctly sets the profile name to "DEFAULT" when using the legacy fallback, resolving an issue where the profile was empty despite loading default settings. This fix ensures consistent profile identification, particularly for tools like the Databricks CLI that rely on the profile name for cache keys.