-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
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
[Feature] Microbatch should allow copy_partitions #1414
Comments
If I'm not mistaken I think
dbt-bigquery/dbt/include/bigquery/macros/materializations/incremental_strategy/microbatch.sql Lines 20 to 28 in 8c2d9bb
|
@borjavb I think that's just passing a required parameter with the default, false.
|
You are right, is not working. Sorry! I think I found the issue, basically there's a conditional check where How to reproduce:
That trigger this line dbt-bigquery/dbt/include/bigquery/macros/materializations/incremental.sql Lines 98 to 102 in 62695c9
|
https://github.com/dbt-labs/dbt-bigquery/pull/1421/files This should do it! But I wonder if we should default |
Closed by #1421, this will go out in the next 1.9 patch (1.9.1) |
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: