dbt-labs / dbt-snowflake

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

Adap 321/support all on schema change options #1195

Closed VersusFacit closed 1 month ago

VersusFacit commented 1 month ago

related to fully supporting #321

Problem

alter statements in incremental strategies need the table format.

Solution

Thankfully, we were well set up to leverage our existing relation abstractions to make these work out of box.

scenarios hand-tested:

✅ These changes only apply to incremental-run affected columns

Checklist