github databricks/terraform-provider-databricks v1.122.0

one day ago

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.

Don't miss a new terraform-provider-databricks release

NewReleases is sending notifications on new releases.