Skip to content

Releases: databricks/dbt-databricks

Version 1.0.3

26 Apr 20:21

Choose a tag to compare

Fixes

  • Make internal macros use macro dispatch pattern (#72)
    • The old macro names are still available during 1.0.x releases, but will not be available in 1.1.0 release.

Version 1.0.2

31 Mar 21:43

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

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

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)