Releases: databricks/dbt-databricks
Releases Β· databricks/dbt-databricks
Version 1.1.0
Features
- Add support for Delta constraints (#71)
Delta constraints are only available in Databricks Runtime 7.4 and above. So DBR 7.3 LTS won't support this feature.
Under the hood
Version 1.0.3
Fixes
- Make internal macros use macro dispatch pattern (#72)
- The old macro names are still available during 1.0.x releases, but will not be available in 1.1.0 release.
Version 1.0.2
Features
- Support for setting table properties as part of a model configuration (#33, #49)
- Get the session_properties map to work (#57)
- Bump up databricks-sql-connector to 1.0.1 and use the Cursor APIs (#50)
Version 1.0.1
Features
- Inherit from dbt-spark for backward compatibility with spark-utils and other dbt packages (#32, #35)
- Add SQL Endpoint specific integration tests (#45, #46)
Fixes
- Close the connection properly (#34, #37)
Version 1.0.0
Features
- Make the connection use databricks-sql-connector (#3, #7)
- Make the default file format 'delta' (#14, #16)
- Make the default incremental strategy 'merge' (#23)
- Remove unnecessary stack trace (#10)