Skip to content

Commit 0013ec6

Browse files
committed
update comment
1 parent dded8bc commit 0013ec6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ dev = [
6161
"dbt-bigquery",
6262
"dbt-core",
6363
"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
64+
# 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
6567
"dbt-snowflake!=1.10.1",
6668
"dbt-athena-community",
6769
"dbt-clickhouse",

0 commit comments

Comments
 (0)