Skip to content

Releases: dbt-labs/dbt-spark

dbt-spark v0.19.2rc2

08 Jun 16:30
d9619cd
Compare
Choose a tag to compare
dbt-spark v0.19.2rc2 Pre-release
Pre-release

This is a release candidate for a patch release tracking dbt v0.19.2rc2.

$ pip install dbt-spark==0.19.2rc2
# or
$ pip install "dbt-spark[ODBC]==0.19.2rc2"
# or
$ pip install "dbt-spark[PyHive]==0.19.2rc2"

dbt-spark v0.19.1

02 Apr 15:23
Compare
Choose a tag to compare

This is a patch release tracking dbt-core v0.19.1.

$ pip install dbt-spark==0.19.1
# or
$ pip install "dbt-spark[ODBC]==0.19.1"
# or
$ pip install "dbt-spark[PyHive]==0.19.1"

dbt-spark v0.19.1rc1

23 Mar 19:07
Compare
Choose a tag to compare
dbt-spark v0.19.1rc1 Pre-release
Pre-release

This is a release candidate for a patch release tracking dbt v0.19.1rc1.

$ pip install dbt-spark==0.19.1rc1
# or
$ pip install "dbt-spark[ODBC]==0.19.1rc1"
# or
$ pip install "dbt-spark[PyHive]==0.19.1rc1"

dbt-spark v0.18.2

22 Mar 19:58
Compare
Choose a tag to compare

This is a patch release that tracks dbt v0.18.2.

dbt-spark v0.19.1b2

26 Feb 15:49
Compare
Choose a tag to compare
dbt-spark v0.19.1b2 Pre-release
Pre-release

This is a beta patch release adding support for dbt v0.19.1b2.

$ pip install dbt-spark==0.19.1b2  # or "dbt-spark[ODBC]==0.19.1b2" or "dbt-spark[PyHive]==0.19.1b2"

Under the hood

  • update serialization calls to use new API in dbt-core 0.19.1b2 (#150)

dbt-spark v0.19.0.1

26 Feb 14:44
Compare
Choose a tag to compare

This is a plugin patch release fixing an issue with the dbt-spark v0.19.0 package distribution.

$ pip install dbt-spark==0.19.0.1  # or "dbt-spark[ODBC]==0.19.0.1" or "dbt-spark[PyHive]==0.19.0.1"

Fixes

  • Fix package distribution to include incremental model materializations (#151, #152)

dbt-spark v0.19.0

22 Feb 14:07
Compare
Choose a tag to compare

This is a minor release adding support for dbt v0.19.0.

$ pip install dbt-spark==0.19.0  # or "dbt-spark[ODBC]==0.19.0" or "dbt-spark[PyHive]==0.19.0"

dbt-spark v0.19.0rc1

08 Jan 20:25
2f7c2dc
Compare
Choose a tag to compare
dbt-spark v0.19.0rc1 Pre-release
Pre-release

This is a release candidate for a minor release adding support for dbt v0.19.0rc1.

dbt-spark 0.18.1.1

14 Dec 22:11
007d55d
Compare
Choose a tag to compare

This is a plugin patch release to address installation issue.

Fixes

  • Fix issue when installing with pyodbc dependency via dbt-spark[ODBC] (#121, #122)

dbt-spark 0.18.1

09 Nov 14:26
c2096c2
Compare
Choose a tag to compare

This is a patch release to support new functionality in dbt v0.18.1 and new connection methods.

Features

  • Allows users to specify auth and kerberos_service_name (#107)
  • Add support for ODBC driver connections to Databricks clusters and endpoints (#116)

Under the hood

  • Updated README links (#115)
  • Support complete atomic overwrite of non-partitioned incremental models (#117)
  • Update to support dbt-core 0.18.1 (#110, #118)

Contributors