mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-16 04:57:11 +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]] = {
|
plugins: Dict[str, Set[str]] = {
|
||||||
"amundsen": {"neo4j~=4.4.0"},
|
"amundsen": {"neo4j~=4.4.0"},
|
||||||
"athena": {"PyAthena[SQLAlchemy]"},
|
"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"},
|
"bigquery-usage": {"google-cloud-logging", "cachetools"},
|
||||||
# "docker": {"docker==5.0.3"},
|
# "docker": {"docker==5.0.3"},
|
||||||
"docker": {"python_on_whales==0.34.0"},
|
"docker": {"python_on_whales==0.34.0"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user