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
- Databricks Terraform Provider v1.123.0: Improved Plan Validation, Delta Sharing, MLflow, and Bug Fixes Terraform Databricks Provider Releases ·
- Databricks SDK Java v0.137.0 adds AI Gateway and deployment fields Databricks Java SDK Releases ·
- Databricks SDK for Go v0.166.0 Enhances Workspace Services Databricks Go SDK Releases ·
- NorthStar Anesthesia builds clinician scheduling app on Databricks Apps in weeks Databricks Blog ·
- Databricks AI Search adds high-QPS scaling Databricks Blog ·
- AI Applications and Best Practices in Healthcare Databricks Blog ·