We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging in BQ is great - but not always the most performant
Allow for the existing feature "copy_partitions" to be available in the microbatch incremental strategy
Write a custom strategy
Anyone using microbatch
Maybe!
No response
The text was updated successfully, but these errors were encountered:
If I'm not mistaken I think copy_partitions is already working with microbatch.
copy_partitions
microbatch
microbatch under the hood relies on insert_overwrite and the copy_partitions config is being set through all the new microbatch logic.
insert_overwrite
dbt-bigquery/dbt/include/bigquery/macros/materializations/incremental_strategy/microbatch.sql
Lines 20 to 28 in 8c2d9bb
Sorry, something went wrong.
No branches or pull requests
Is this your first time submitting a feature request?
Describe the feature
Merging in BQ is great - but not always the most performant
Allow for the existing feature "copy_partitions" to be available in the microbatch incremental strategy
Describe alternatives you've considered
Write a custom strategy
Who will this benefit?
Anyone using microbatch
Are you interested in contributing this feature?
Maybe!
Anything else?
No response
The text was updated successfully, but these errors were encountered: