Closed mikealfare closed 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.
We are going to update the unit tests instead.
Problem
We were pulling in
dbt-adapters
frommain
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