Closed MichelleArk closed 2 months ago
As part of https://github.com/dbt-labs/dbt-core/issues/10624, dbt-bigquery needs to implement a microbatch incremental strategy.
In bigquery, this will use the insert_overwrite mechanism while additionally (ideally) setting the partitions value statically under the hood.
partitions
The base tests from dbt-adapters 1.6 should also be inherited and included as part of this work.
As part of https://github.com/dbt-labs/dbt-core/issues/10624, dbt-bigquery needs to implement a microbatch incremental strategy.
In bigquery, this will use the insert_overwrite mechanism while additionally (ideally) setting the
partitions
value statically under the hood.The base tests from dbt-adapters 1.6 should also be inherited and included as part of this work.