mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 21:03:03 +00:00
fix(ingest/unity-catalog): Add usage_common dependency to unity catalog plugin (#7935)
This commit is contained in:
parent
5b290c9bc5
commit
eb1674ffdb
@ -368,7 +368,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"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.1"},
|
||||
"unity-catalog": databricks_cli | {"requests"},
|
||||
"unity-catalog": databricks_cli | {"requests"} | usage_common,
|
||||
}
|
||||
|
||||
# This is mainly used to exclude plugins from the Docker image.
|
||||
|
Loading…
x
Reference in New Issue
Block a user