mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-11 10:05:08 +00:00
fix(ingest/metabase): add missing sql parser dep (#9725)
This commit is contained in:
parent
5adb799f13
commit
2bb4b73f98
@ -340,7 +340,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"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"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user