databricks Terraform Databricks Provider Releases · · 1.122.0

Databricks Terraform Provider v1.122.0 adds Postgres CDF, fixes view column comments

terraforminfradatabricksengineer
patch

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

Read the original announcement →

https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.122.0

Related releases