Skip to content

Releases: databricks/dbt-databricks

Version 1.5.0

05 May 17:38
Compare
Choose a tag to compare

Features

  • Added support for OAuth (SSO and client credentials) (#327)

Fixes

  • Fix integration tests (#316)

Dependencies

  • Updated dbt-spark from >=1.4.1 to >= 1.5.0 (#316)

Under the hood

  • Throw an error if a model has an enforced contract. (#322)

Version 1.5.0rc1

02 May 22:14
Compare
Choose a tag to compare
Version 1.5.0rc1 Pre-release
Pre-release

Features

  • Added support for OAuth (SSO and client credentials) (#327)

Fixes

  • Fix integration tests (#316)

Dependencies

  • Updated dbt-spark from >=1.4.1 to >= 1.5.0 (#316)

Under the hood

  • Throw an error if a model has an enforced contract. (#322)

Version 1.4.3

19 Apr 19:19
Compare
Choose a tag to compare

Fixes

  • fix database not found error matching (#281)
  • Auto start cluster for Python models (#306)
  • databricks-sql-connector to 2.5.0 (#311)

Features

  • Adding replace_where incremental strategy (#293) (#310)
  • [feat] Support ZORDER as a model config (#292) (#297)

Version 1.4.2

17 Feb 19:45
Compare
Choose a tag to compare

Fixes

  • Fix test_grants to use the error class to check the error. (#273)
  • Raise exception on unexpected error of list relations (#270)

Version 1.4.1

01 Feb 02:22
Compare
Choose a tag to compare

Fixes

  • Ignore case sensitivity in relation matches method. (#265)

Version 1.4.0

25 Jan 23:46
Compare
Choose a tag to compare

Breaking changes

  • Raise an exception when schema contains '.'. (#222)
    • Containing a catalog in schema is not allowed anymore.
    • Need to explicitly use catalog instead.

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

09 Nov 21:43
Compare
Choose a tag to compare

Fixes

  • Fix copy into macro when passing expression_list. (#223)
  • Partially revert to fix the case where schema config contains uppercase letters. (#224)

Version 1.2.5

09 Nov 21:40
Compare
Choose a tag to compare

Fixes

  • Partially revert to fix the case where schema config contains uppercase letters. (#224)

Version 1.1.7

09 Nov 21:37
Compare
Choose a tag to compare

Fixes

  • Partially revert to fix the case where schema config contains uppercase letters. (#224)

Version 1.3.1

01 Nov 20:09
Compare
Choose a tag to compare

Under the hood

  • Show and log a warning when schema contains '.'. (#221)