-
Notifications
You must be signed in to change notification settings - Fork 14
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
dbt-postgres 'microbatch' strategy #146
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-postgres contributing guide. |
dbt/include/postgres/macros/materializations/incremental_strategies.sql
Outdated
Show resolved
Hide resolved
0bb59fd
to
7876219
Compare
eddb4e8
to
06ede4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approval conditional on repointing to main
of course.
Confirmed the failing tests are expected on |
resolves #149
docs dbt-labs/docs.getdbt.com/#
Problem
As part of dbt-labs/dbt-core#10624, dbt-postgres needs to implement a default microbatch strategy.
Solution
Although it is not write-optimized for partitioned data, we will use merge under-the-hood in dbt-postgres for now, as dbt-postgres does not yet support partitioning.
Checklist