We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eb132 commit dded8bcCopy full SHA for dded8bc
pyproject.toml
@@ -61,7 +61,8 @@ dev = [
61
"dbt-bigquery",
62
"dbt-core",
63
"dbt-duckdb>=1.7.1",
64
- "dbt-snowflake",
+ # 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",
66
"dbt-athena-community",
67
"dbt-clickhouse",
68
"dbt-databricks",
0 commit comments