Fix: Typo in setting up pyarrow dependency (#2398)

This commit is contained in:
Ayush Shah 2022-01-25 11:58:10 +05:30 committed by GitHub
parent f199f2fc39
commit b4d63bd951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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