mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 16:38:19 +00:00
fix(ingest): add tableau sqlglot dep (#8552)
This commit is contained in:
parent
d6263a6c0c
commit
3428bcaaad
@ -368,15 +368,15 @@ plugins: Dict[str, Set[str]] = {
|
||||
"great_expectations",
|
||||
"greenlet",
|
||||
},
|
||||
"tableau": {"tableauserverclient>=0.17.0"} | sqllineage_lib,
|
||||
# FIXME: I don't think tableau uses sqllineage anymore so we should be able
|
||||
# to remove that dependency.
|
||||
"tableau": {"tableauserverclient>=0.17.0"} | sqllineage_lib | sqlglot_lib,
|
||||
"trino": sql_common | trino,
|
||||
"starburst-trino-usage": sql_common | usage_common | trino,
|
||||
"nifi": {"requests", "packaging", "requests-gssapi"},
|
||||
"powerbi": microsoft_common | {"lark[regex]==1.1.4", "sqlparse"},
|
||||
"powerbi-report-server": powerbi_report_server,
|
||||
|
||||
"vertica": sql_common | {"vertica-sqlalchemy-dialect[vertica-python]==0.0.8"},
|
||||
|
||||
"unity-catalog": databricks | sqllineage_lib,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user