Skip to content

Releases: databricks/dbt-databricks

Version 1.5.5

07 Jul 20:00
Compare
Choose a tag to compare

Fixes

  • Fixed issue where starting a terminated cluster in the python path would never return

Features

  • Include log events from databricks-sql-connector in dbt logging output.
  • Adapter now populates the query_id field in run_results.json with Query History API query ID.

Version 1.5.4

09 Jun 00:04
Compare
Choose a tag to compare

Features

  • Added support for model contracts (#336)

Fixes

  • SSL and DNS issues when running many many threads

Version 1.5.3

08 Jun 16:50
Compare
Choose a tag to compare

Fixes

  • Pins dependencies to minor versions
  • Sets default socket timeout to 180s

Version 1.5.2

17 May 18:55
Compare
Choose a tag to compare

Fixes

  • Sets databricks sdk dependency to 0.1.6 to avoid SDK breaking changes

Version 1.5.1

09 May 16:37
Compare
Choose a tag to compare

Fixes

  • Add explicit dependency to protobuf >4 to work around dbt-core issue

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)