Databricks SDK for Go v0.139.0: Feature Engineering API and breaking changes
sdkinfradatabricksengineer
breaking patch
Databricks SDK for Go version 0.139.0 introduces new methods for managing Feature Engineering streams and adds parameters to job and pipeline configurations. This release also includes breaking changes with the removal of `CatalogId` and `SyncedTableId` fields from PostgreSQL catalog status types, which may require users to update their integrations. The update is relevant for Go developers working with the Databricks platform.
- →Remove CatalogId field for postgres.CatalogCatalogStatus
- →Remove SyncedTableId field for postgres.SyncedTableSyncedTableStatus
- →Add CreateStream, DeleteStream, GetStream, ListStreams and UpdateStream methods for w.FeatureEngineering workspace-level service
- →Add Parameters field for jobs.PipelineTask
- →Add PipelineTask field for jobs.ResolvedValues
Breaking changes (2) ›
- Remove CatalogId field for postgres.CatalogCatalogStatus
- Remove SyncedTableId field for postgres.SyncedTableSyncedTableStatus
Enhancements (6) ›
- Add CreateStream, DeleteStream, GetStream, ListStreams and UpdateStream methods for w.FeatureEngineering workspace-level service
- Add Parameters field for jobs.PipelineTask
- Add PipelineTask field for jobs.ResolvedValues
- Add Parameters field for pipelines.CreatePipeline
- Add Parameters field for pipelines.EditPipeline
- Add Parameters field for pipelines.GetPipelineResponse
Read the original announcement →
https://github.com/databricks/databricks-sdk-go/releases/tag/v0.139.0
Related releases
- Building an AI-Forward Healthcare Organization on Data and Governance Databricks Blog ·
- Databricks Accelerates Agentic Media Buying with New Reference Implementation Databricks Blog ·
- NBCUniversal Migrates to Databricks Lakehouse for Scalable Analytics Databricks Blog ·
- Databricks SDK for Python v0.123.0: API changes and breaking updates Databricks Python SDK Releases ·
- Databricks Go SDK v0.167.0 Adds Cloud Provider Auth Fields Databricks Go SDK Releases ·
- Databricks SDK Java v0.138.0 Adds Model Provider Config Fields Databricks Java SDK Releases ·