Skip to content

Commit dded8bc

Browse files
committed
Fix: exclude bugged verison of dbt-snowflake so pip resolves compatible version of dbt-adapters
1 parent 09eb132 commit dded8bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ dev = [
6161
"dbt-bigquery",
6262
"dbt-core",
6363
"dbt-duckdb>=1.7.1",
64-
"dbt-snowflake",
64+
# version 1.10.1 of dbt-snowflake has an incorrect constraint on the version of dbt-adapters it's compatible with
65+
"dbt-snowflake!=1.10.1",
6566
"dbt-athena-community",
6667
"dbt-clickhouse",
6768
"dbt-databricks",

0 commit comments

Comments
 (0)