dbt-labs / dbt-postgres

Apache License 2.0
31 stars 12 forks source link

[dbt-postgres] Microbatch strategy implementation: merge #149

Closed MichelleArk closed 1 month ago

MichelleArk commented 1 month ago

As part of https://github.com/dbt-labs/dbt-core/issues/10624, dbt-postgres needs to implement a default microbatch strategy.

Although it is not write-optimized, we will use merge under-the-hood in dbt-postgres for now, as dbt-postgres does not yet support partitioning.

The base tests from dbt-adapters 1.6 should also be inherited and included as part of this work.