Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

dbt-bigquery 1.3.0b1

Pre-release
Pre-release

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)