Skip to content

dbt-bigquery v1.0.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 24 Nov 16:45
· 448 commits to main since this release
f0839b5

A second release candidate for dbt-bigquery v1.0.0. Changes since rc1:

Features

  • Add optional scopes profile configuration argument to reduce the BigQuery OAuth scopes down to the minimal set needed. (#23, #63)

Fixes

  • Don't apply require_partition_filter to temporary tables, thereby fixing insert_overwrite strategy when partition filter is required (#64, #65)

Under the hood

  • Adding execution_project to target object (#66)

Contributors