Release v1.111.0
New Features and Improvements
- Added
databricks_postgres_databaseresource and data source. - Renamed
databricks_apps_spacetodatabricks_app_space. - Added
databricks_data_classification_catalog_configresource and data source. - Added
databricks_knowledge_assistantresource and data source. - Added
databricks_knowledge_assistant_knowledge_sourceresource and data source.
Documentation
- Added documentation note about whitespace handling in
MAPcolumn types fordatabricks_sql_table.
Internal Changes
- Host-agnostic cloud detection via node type patterns, replacing host-URL-based
IsAws()/IsAzure()/IsGcp()checks. - Use workspace
GetStatusAPI to check parent folder existence before creating Lakeview dashboards, replacing fragile error string matching. - Use workspace
GetStatusAPI to check parent folder existence before uploading workspace files, replacing fragile error string matching. - Skip
TestMwsAccNetworkConnectivityConfigtest to unblock merging PRs in the repository - Use workspace
GetStatusAPI to check parent folder existence before importing notebooks, replacing fragile error string matching.