Skip to content

Releases: databricks/dbt-databricks

1.6.5

26 Sep 16:27
Compare
Choose a tag to compare

What's Changed

  • Add option to install Python libraries from a custom index url by @benc-db (thanks to @casperdamen123) in #449
  • Add Node Info to SQLQueryStatus by @colin-rogers-dbt in #453
  • Fixing type funnel in python models to support latest DBRs by @benc-db in #459
  • Updating the databricks-sdk dependency by @benc-db in #460
  • Log databricks job info on Python submission by @jeffrey-harrison in #454
  • Python: if the cluster is already starting up, just wait for it by @benc-db in #461

New Contributors

Full Changelog: v1.6.4...v1.6.5

v1.6.4

14 Sep 20:06
Compare
Choose a tag to compare

What's Changed

Fixes

  • Update m2m OAuth scopes to fix bug in AWS m2m OAuth flow by @benc-db in #445
  • Avoid describe extended on hive_metastore to fix performance regression by @benc-db in #446

Full Changelog: v1.6.3...v1.6.4

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