Skip to content

dbt-bigquery v1.4.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 18:36
· 1 commit to 82e18a559ee13701cc9be9519f13b98e5c464d4c since this release
b14b391

dbt-bigquery 1.4.0-b1 - December 15, 2022

Features

  • Support for ingestion time partition table on BigQuery as incremental materialization (#75, #136)
  • Migrate dbt-utils current_timestamp macros into core + adapters (#324, #323)
  • Optimize insert_overwrite incremental strategy with WRITE_TRUNCATE / Partition copy (#77, #167)

Fixes

  • use execution_project in python models (#355, #356)
  • fix args for console link logging (#362, #363)

Under the Hood

  • event logging changes to be in parity with dbt-core post pr#6291 (#6139, #410)
  • fix issue with tox 4.0.0 release which changes passenv syntax for space-separated variables (#411, #411)

Dependencies

  • Bump google-cloud-bigquery dependency to < 3.3.3 (#269, #332)

Contributors