Skip to content

dbt-spark v0.19.0.1

Compare
Choose a tag to compare
@kwigley kwigley released this 26 Feb 14:44

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)