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

Skip with reason dynamic table tests with reference to PR. #1080

Closed VersusFacit closed 5 months ago

VersusFacit commented 5 months ago

Problem

If you look at the logs for 1.6.latest they have broken for weeks. This is related to the change in Snowflake on dynamic table metadata. We have a fix for this but it was determined only for 1.7 and 1.8, not any other versions.

Solution

I am adding skips to turn that off make the signal meaningful again.

Checklist