mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-14 20:17:05 +00:00
Fix: Typo in setting up pyarrow dependency (#2398)
This commit is contained in:
parent
f199f2fc39
commit
b4d63bd951
@ -62,7 +62,7 @@ base_plugins = {
|
||||
plugins: Dict[str, Set[str]] = {
|
||||
"amundsen": {"neo4j~=4.4.0"},
|
||||
"athena": {"PyAthena[SQLAlchemy]"},
|
||||
"bigquery": {"sqlalchemy-bigquery==1.2.2", "pyarrow-6.0.1"},
|
||||
"bigquery": {"sqlalchemy-bigquery==1.2.2", "pyarrow~=6.0.1"},
|
||||
"bigquery-usage": {"google-cloud-logging", "cachetools"},
|
||||
# "docker": {"docker==5.0.3"},
|
||||
"docker": {"python_on_whales==0.34.0"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user