Skip to content

Commit a9e2d8d

Browse files
Add comments explaining why fabricspark and vertica are excluded from all extra
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent f76efd8 commit a9e2d8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ fabric = ["dbt-fabric"]
7676
fabricspark = ["dbt-fabricspark"]
7777
sqlserver = ["dbt-sqlserver"]
7878
vertica = ["dbt-vertica"]
79+
# dbt-fabricspark is excluded due to broken upstream dependencies (azure-cli pre-release pins).
80+
# dbt-vertica is excluded because it pins dbt-core==1.8.5, forcing the entire resolution to dbt 1.8.
81+
# Both are still available as individual extras (e.g. pip install elementary-data[vertica]).
7982
all = ["dbt-snowflake", "dbt-bigquery", "dbt-redshift", "dbt-postgres", "dbt-databricks", "dbt-spark", "dbt-athena-community", "dbt-trino", "dbt-clickhouse", "dbt-duckdb", "dbt-dremio", "dbt-fabric", "dbt-sqlserver"]
8083

8184
[build-system]

0 commit comments

Comments
 (0)