Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

19 lines (16 loc) · 1.7 KB

dbt-bigquery Changelog

  • This file provides a full account of all changes to dbt-bigquery.
  • Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
  • "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
  • Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide

dbt-bigquery 1.3.0-b1 - August 04, 2022

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)

Previous Releases

For information on prior major and minor releases, see their changelogs: