We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f43df commit 870175aCopy full SHA for 870175a
1 file changed
pyproject.toml
@@ -82,6 +82,14 @@ fabricspark = ["dbt-fabricspark"]
82
sqlserver = ["dbt-sqlserver"]
83
vertica = ["dbt-vertica"]
84
85
+# Cloud storage and notification extras (Phase 1: empty, deps are still required).
86
+# In Phase 2 these will reference the actual optional dependencies.
87
+s3 = []
88
+gcs = []
89
+azure = []
90
+slack = []
91
+teams = []
92
+
93
# dbt-fabricspark is excluded due to broken upstream dependencies (azure-cli pre-release pins).
94
# dbt-vertica is excluded because it pins dbt-core==1.8.5, forcing the entire resolution to dbt 1.8.
95
# Both are still available as individual extras (e.g. pip install elementary-data[vertica]).
0 commit comments