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 fixinginsert_overwrite
strategy when partition filter is required (#64, #65)
Under the hood
- Adding
execution_project
totarget
object (#66)
Contributors
- @pgoslatara (#66)
- @bborysenko (#63)
- @yu-iskw (#65)