Releases: databricks/dbt-databricks
Releases · databricks/dbt-databricks
Version 1.5.0
Version 1.5.0rc1
Version 1.4.3
Version 1.4.2
Version 1.4.1
Fixes
- Ignore case sensitivity in relation matches method. (#265)
Version 1.4.0
Breaking changes
- Raise an exception when schema contains '.'. (#222)
- Containing a catalog in
schema
is not allowed anymore. - Need to explicitly use
catalog
instead.
- Containing a catalog in
Features
- Support Python 3.11 (#233)
- Support
incremental_predicates
(#161) - Apply connection retry refactor, add defaults with exponential backoff (#137)
- Quote by Default (#241)
- Avoid show table extended command. (#231)
- Use show table extended with table name list for get_catalog. (#237)
- Add support for a glob pattern in the databricks_copy_into macro (#259)
Version 1.3.2
Version 1.2.5
Fixes
- Partially revert to fix the case where schema config contains uppercase letters. (#224)
Version 1.1.7
Fixes
- Partially revert to fix the case where schema config contains uppercase letters. (#224)
Version 1.3.1
Under the hood
- Show and log a warning when schema contains '.'. (#221)