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

Remove dev branch dependencies from dev requirements #1237

Closed mikealfare closed 2 weeks ago

mikealfare commented 2 weeks ago

Problem

We were pulling in dbt-adapters from main on GH and made a breaking change.

Solution

Since 1.8 is a final release, we should not be pulling from dev branches for tests. Remove all dbt dependencies from GitHub. Leave dbt-tests-adapter but pull it from PyPI.

Checklist

github-actions[bot] commented 2 weeks 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.

mikealfare commented 2 weeks ago

We are going to update the unit tests instead.