Skip to content

Commit 8ed87d6

Browse files
authored
feat(ingest/mode): Mode improvements (#10273)
1 parent e19b1fe commit 8ed87d6

File tree

5 files changed

+776
-58
lines changed

5 files changed

+776
-58
lines changed

metadata-ingestion/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"lookml": looker_common,
359359
"metabase": {"requests"} | sqlglot_lib,
360360
"mlflow": {"mlflow-skinny>=2.3.0"},
361-
"mode": {"requests", "tenacity>=8.0.1"} | sqllineage_lib,
361+
"mode": {"requests", "tenacity>=8.0.1"} | sqllineage_lib | sqlglot_lib,
362362
"mongodb": {"pymongo[srv]>=3.11", "packaging"},
363363
"mssql": sql_common
364364
| {

0 commit comments

Comments
 (0)