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.
- →Add resource and data sources for databricks_postgres_cdf_config
- →Add data sources for databricks_postgres_cdf_status
Features (2) ›
- Add resource and data sources for databricks_postgres_cdf_config
- Add data sources for databricks_postgres_cdf_status
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
- Databricks restricts UI disabling of partner-powered AI features Databricks Release Notes ·
- Databricks to remove partner-powered AI features setting toggle Databricks Release Notes ·
- Sharing Foreign Schemas and Tables with OpenSharing is Generally Available Databricks Release Notes ·
- Databricks OpenSharing now generally available for foreign Iceberg tables Databricks Release Notes ·
- Databricks Lakeflow Connect Unifies Marketing Data with Managed Connectors Databricks Blog ·
- Databricks and Abacus Insights Power AI for Health Plan MLR Analysis Databricks Blog ·