dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
296 stars 176 forks source link

Add logic to enable iceberg incremental tables. #1190

Closed VersusFacit closed 1 month ago

VersusFacit commented 1 month ago

resolves: #321

Problem

Add incremental models

Solution

Leverage existing code abstractions.

Checklist

github-actions[bot] commented 1 month ago

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-snowflake contributing guide.

VersusFacit commented 1 month ago

I verified that the new configuration of the replacement type tests is replacing an iceberg table with an incremental iceberg table and vice versa, even after we changed the test case logic.