mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +00:00
fix(dep): add sqllineage dependency for tableau (#7803)
This commit is contained in:
parent
b7feb2a671
commit
ec1228f67d
@ -353,7 +353,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
"great_expectations",
|
"great_expectations",
|
||||||
"greenlet",
|
"greenlet",
|
||||||
},
|
},
|
||||||
"tableau": {"tableauserverclient>=0.17.0"},
|
"tableau": {"tableauserverclient>=0.17.0", sqllineage_lib},
|
||||||
"trino": sql_common | trino,
|
"trino": sql_common | trino,
|
||||||
"starburst-trino-usage": sql_common | usage_common | trino,
|
"starburst-trino-usage": sql_common | usage_common | trino,
|
||||||
"nifi": {"requests", "packaging"},
|
"nifi": {"requests", "packaging"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user