Skip to content

Releases: databricks/dbt-databricks

Version 1.0.1

08 Feb 18:40
Compare
Choose a tag to compare

Features

  • Inherit from dbt-spark for backward compatibility with spark-utils and other dbt packages (#32, #35)
  • Add SQL Endpoint specific integration tests (#45, #46)

Fixes

  • Close the connection properly (#34, #37)

Version 1.0.0

04 Feb 21:11
Compare
Choose a tag to compare

Features

  • Make the connection use databricks-sql-connector (#3, #7)
  • Make the default file format 'delta' (#14, #16)
  • Make the default incremental strategy 'merge' (#23)
  • Remove unnecessary stack trace (#10)