Skip to content

Commit

Permalink
fix(ingest/metabase): add missing sql parser dep (datahub-project#9725)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jan 26, 2024
1 parent 5adb799 commit 2bb4b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"ldap": {"python-ldap>=2.4"},
"looker": looker_common,
"lookml": looker_common,
"metabase": {"requests"} | sqllineage_lib,
"metabase": {"requests"} | sqlglot_lib,
"mlflow": {"mlflow-skinny>=2.3.0"},
"mode": {"requests", "tenacity>=8.0.1"} | sqllineage_lib,
"mongodb": {"pymongo[srv]>=3.11", "packaging"},
Expand Down

0 comments on commit 2bb4b73

Please sign in to comment.