Skip to content

dbt-spark v1.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 10 Nov 16:37
· 324 commits to main since this release
e239dfb

Tracking dbt-core v1.0.0rc1.

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

Under the hood

  • Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #253)
  • Add support for structured logging (#251)