Release v1.85.0
New Features and Improvements
- Add
bearer_token
to the list of sensitive options indatabricks_connection
(#4812). - Use single-node cluster for
databricks_sql_permissions
(#4813). - Allow to retrieve service principal data by SCIM ID (#3142).
- Add support for Lakebase
databricks_database_instance
indatabricks_permissions
(#4824). - Document new fields in
databricks_model_serving
and deprecateinvalid_keywords
andvalid_topics
in AI Gateway configuration (#4851). - Added support for Alert V2 in
databricks_permissions
(#4831). - Replace instead of dropping Delta
databricks_sql_table
(#2424). - Added
databricks_clean_rooms_clean_room
resource and data sources (#4844). - Added
databricks_external_metadata
resource and data sources (#4844). - Added
databricks_materialized_features_feature_tag
resource and data sources (#4844). - Improve
databricks_git_credential
resource by correctly handle new fields (#4854).
Bug Fixes
- Don't redeploy
databricks_sql_table
when view definition contains newlines or tabs (#4003). - Preserve
queue
setting fordatabricks_job
resource when upgrading from provider version <1.71.0. - Fix updating of of
fallback_config
indatabricks_model_serving
(#4830).
Documentation
- Update documentation for single-node clusters in
databricks_cluster
resource (#4817). - Update GCP example for
databricks_external_location
resource (#4826) - Fix formatting for HTTP connection example in
databricks_connection
resource (#4826) - Document
encryption_details
block indatabricks_external_location
resource and data source (#4849) - Update Databricks SQL objects documentation (#4840)
- Improve documentation for
databricks_git_credential
resource (#4837) - Rename DLT references to Lakeflow Declarative pipelines (#4842)
- Update the list of UC permissions in UC guide for Azure (#4852).
- Clarify and add more examples to
databricks_mws_network_connectivity_config
anddatabricks_mws_ncc_private_endpoint_rule
documentation (#4847) - Document new attributes in
databricks_app
resource and data sources (#4848)
Exporter
- Fix generation of columns in
databricks_sql_table
resource (#4819).