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
VIEWindatabricks_sql_table(#5855). The provider emittedALTER VIEW ... ALTER COLUMN ... COMMENT, which Databricks rejects with aPARSE_SYNTAX_ERROR, leaving the change stuck as a perpetual, un-appliable diff. Column comment changes on views are now applied in place viaCOMMENT ON COLUMN, matching how column comments on tables are updated.