Skip to content

Commit 6a22a3b

Browse files
committed
fix(ingest): fix superset declared deps
Also removes a couple deps that aren't actually required.
1 parent eb1cd7f commit 6a22a3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

metadata-ingestion/setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,7 @@
348348

349349
superset_common = {
350350
"requests",
351-
"sqlalchemy",
352-
"great_expectations",
353-
"greenlet",
351+
*sqlglot_lib,
354352
}
355353

356354
# Note: for all of these, framework_common will be added.
@@ -712,7 +710,7 @@
712710
"mariadb",
713711
"redash",
714712
"vertica",
715-
"vertexai"
713+
"vertexai",
716714
]
717715
if plugin
718716
for dependency in plugins[plugin]

0 commit comments

Comments
 (0)