Tracking dbt-core v1.0.0b2.
$ pip install dbt-bigquery==1.0.0b2
Features
- Rework
_dbt_max_partition
logic in dynamicinsert_overwrite
incremental strategy. Make the default logic compatible withon_schema_change
, and make it possible to disable or reimplement that logic by defining a custom macrodeclare_dbt_max_partition
(#17, #39, #41)
Fixes
- 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)
Under the hood
- Replace
sample_profiles.yml
withprofile_template.yml
, for use with newdbt init
(#43)