mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 21:03:03 +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",
|
||||
"greenlet",
|
||||
},
|
||||
"tableau": {"tableauserverclient>=0.17.0"},
|
||||
"tableau": {"tableauserverclient>=0.17.0", sqllineage_lib},
|
||||
"trino": sql_common | trino,
|
||||
"starburst-trino-usage": sql_common | usage_common | trino,
|
||||
"nifi": {"requests", "packaging"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user