diff --git a/pyproject.toml b/pyproject.toml index 5b66f8ba32..cdc9a4063f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,10 @@ dev = [ "dbt-bigquery", "dbt-core", "dbt-duckdb>=1.7.1", - "dbt-snowflake", + # version 1.10.1 of dbt-snowflake declares that it's compatible with dbt-adapters>=1.16 but in reality + # it depends on the 'InvalidCatalogIntegrationConfigError' class that only exists as of dbt-adapters==1.16.6 + # so we exclude it to prevent failures and hope that upstream releases a new version with the correct constraint + "dbt-snowflake!=1.10.1", "dbt-athena-community", "dbt-clickhouse", "dbt-databricks",