Skip to content

v1.122.0

Latest

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 20 Jul 09:35
6ab621b

New Features and Improvements

  • Add resource and data sources for databricks_postgres_cdf_config.
  • Add data sources for databricks_postgres_cdf_status.

Bug Fixes

  • Fix updating a column comment on a VIEW in databricks_sql_table (#5855). 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.