fix(dep): add sqllineage dependency for tableau (#7803)

This commit is contained in:
Mayuri Nehate 2023-04-12 19:03:31 +05:30 committed by GitHub
parent b7feb2a671
commit ec1228f67d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"},