dbt-labs / docs.getdbt.com

The code behind docs.getdbt.com
https://docs.getdbt.com/
Apache License 2.0
113 stars 861 forks source link

Add `refresh_mode` and `initialize` for snowflake dynamic table configuration #5701

Open mikealfare opened 6 days ago

mikealfare commented 6 days ago

What are you changing in this pull request and why?

We added two new configuration options for the dynamic table materialization in dbt-snowflake: refresh_mode and initialization. These options are specific to dbt-snowflake. They are available in dbt Cloud and will be introduced in 1.9 in dbt Core.

Checklist

vercel[bot] commented 6 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ❌ Failed (Inspect) Jun 26, 2024 7:49pm
mikealfare commented 6 days ago

This is failing, but I don't have Vercel access so I can't see why. I'm assuming it's either that I am throwing version blocks in the middle of yaml blocks and tables or that I'm adding a first version of 1.9.

mikealfare commented 6 days ago

These are small configuration changes that are specific to a single adapter. Is it worth noting in the migration guide? I notice that's an item in the checklist.