Skip to content

Releases: databricks/dbt-databricks

v1.6.3

08 Sep 17:26
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v1.6.2...v1.6.3

v1.6.2

30 Aug 15:55
Compare
Choose a tag to compare

Features

  • Liquid Clustering config for table materialization
  • Improved python config support

v1.6.1

02 Aug 20:50
Compare
Choose a tag to compare

Fixes

  • Revert change from #326 as it breaks DESCRIBE table in cases where the dbt API key does not have access to all tables in the schema

v1.6.0

02 Aug 15:44
Compare
Choose a tag to compare

Features

  • Support for dbt-core==1.6
  • Added support for materialized_view and streaming_table materializations
  • Support dbt clone operation
  • Support new dbt limit command-line flag

Fixes

  • Fix issue where the show tables extended command is limited to 2048 characters. (#326)
  • Extend python model support to cover the same config options as SQL (#379)

Other

  • Drop support for Python 3.7
  • Support for revamped dbt debug

v1.6.0rc3

27 Jul 19:34
279492c
Compare
Choose a tag to compare
v1.6.0rc3 Pre-release
Pre-release

What's Changed

Features

  • Added support for materialized_view and streaming_table materializations
  • Support new dbt limit command-line flag

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