Skip to content

Releases: databricks/dbt-databricks

Version 1.0.2

31 Mar 21:43
Compare
Choose a tag to compare

Features

  • Support for setting table properties as part of a model configuration (#33, #49)
  • Get the session_properties map to work (#57)
  • Bump up databricks-sql-connector to 1.0.1 and use the Cursor APIs (#50)

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)