You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
dbt BigQuery 1.0.0
Features
Add optional scopes profile configuration argument to reduce the BigQuery OAuth scopes down to the minimal set needed. (#23, #63)
Rework _dbt_max_partition logic in dynamic insert_overwrite incremental strategy. Make the default logic compatible with on_schema_change, and make it possible to disable or reimplement that logic by defining a custom macro declare_dbt_max_partition (#17, #39, #41)
Fixes
Don't apply require_partition_filter to temporary tables, thereby fixing insert_overwrite strategy when partition filter is required (#64), (#65)
Fix problem with bytes processed return None value when the service account used to connect DBT in bigquery had a row policy access.
(#47, #48)
When on_schema_change is set, pass common columns as dest_columns in incremental merge macros (#4144)
Reimplement the unique test to handle column expressions and naming overlaps (#33, #35, #10)
Avoid error in dbt deps + dbt clean if default project is missing (#27, #40)