Skip to content

dbt-bigquery 1.3.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@leahwicz leahwicz released this 29 Jul 20:36
f14e4c2

dbt-bigquery 1.3.0b1 (July 29, 2020)

Features

  • Implement create_schema via SQL, instead of Python method, allowing users to override if desired. drop_schema remains a Python method for the time being. (#182, #183)
  • Added table and incrementail materializations for python models via DataProc. (#209, #226)

Under the hood

  • Implement minimal changes to support dbt Core incremental materialization refactor. (#232, #223)