Databricks Terraform Provider v1.122.0 adds Postgres CDF, fixes view column comments
Version 1.122.0 of the Databricks Terraform provider introduces new resources for managing PostgreSQL Change Data Feed (CDF) configurations and their statuses. This release also resolves a bug that prevented updates to column comments on views, a common issue for engineers managing SQL objects via Terraform. The fix ensures that column comment changes on views are applied correctly, preventing perpetual diffs for affected users.
Fixes (1) ›
Fix updating a column comment on a VIEW in databricks_sql_table . The provider emitted ALTER VIEW ... ALTER COLUMN ... COMMENT, which Databricks rejects with a PARSE_SYNTAX_ERROR, leaving the change stuck as a perpetual, un-appliable diff. Column comment changes on views are now applied in place via COMMENT ON COLUMN, matching how column comments on tables are updated
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.122.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 ·