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

pinning to v1.3.2 allows all tests to pass #1150

Closed McKnight-42 closed 4 months ago

McKnight-42 commented 4 months ago

resolves # docs dbt-labs/docs.getdbt.com/#

Problem

needing to pin dbt-adapters and dbt-tests-adapter to fix tests

Solution

Checklist

github-actions[bot] commented 4 months 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.

McKnight-42 commented 4 months ago

both commits passed for me locally either by pinning based on tag for dbt-adapters and dbt-tests-adapter or by removing the 1.8.latest pin for dbt-core.

which do we think makes more sense as a team?