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

Use snowflake-connector-python 3+ for Python 3.10 compatibility. #1178

Closed peterallenwebb closed 2 months ago

peterallenwebb commented 2 months ago

Problem

All versions of dbt >= 1.0 are meant to be Python 3.10 compatible, but versions of the snowflake-connector-python package before 3.0 are not.

Solution

Use snowflake-connector-python 3+ for Python 3.10 compatibility.

Checklist