We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dded8bc commit 0013ec6Copy full SHA for 0013ec6
pyproject.toml
@@ -61,7 +61,9 @@ dev = [
61
"dbt-bigquery",
62
"dbt-core",
63
"dbt-duckdb>=1.7.1",
64
- # version 1.10.1 of dbt-snowflake has an incorrect constraint on the version of dbt-adapters it's compatible with
+ # version 1.10.1 of dbt-snowflake declares that it's compatible with dbt-adapters>=1.16 but in reality
65
+ # it depends on the 'InvalidCatalogIntegrationConfigError' class that only exists as of dbt-adapters==1.16.6
66
+ # so we exclude it to prevent failures and hope that upstream releases a new version with the correct constraint
67
"dbt-snowflake!=1.10.1",
68
"dbt-athena-community",
69
"dbt-clickhouse",
0 commit comments