Fix #3181 - Align ingestion requirements

Fix ES and bump down redash (#3182)
This commit is contained in:
Pere Miquel Brull 2022-03-06 09:00:58 +01:00 committed by GitHub
parent 38e03f79c6
commit a9290bf1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ plugins: Dict[str, Set[str]] = {
"backup": {"boto3~=1.19.12"},
"dbt": {},
"druid": {"pydruid>=0.6.2"},
"elasticsearch": {"elasticsearch~=7.13.1"},
"elasticsearch": {"elasticsearch==7.13.1"},
"glue": {"boto3~=1.19.12"},
"dynamodb": {"boto3~=1.19.12"},
"hive": {
@ -102,7 +102,7 @@ plugins: Dict[str, Set[str]] = {
"presto": {"pyhive~=0.6.3"},
"trino": {"sqlalchemy-trino"},
"postgres": {"pymysql>=1.0.2", "psycopg2-binary", "GeoAlchemy2"},
"redash": {"redash-toolbelt==0.1.9"},
"redash": {"redash-toolbelt==0.1.8"},
"redshift": {"sqlalchemy-redshift==0.8.9", "psycopg2-binary", "GeoAlchemy2"},
"redshift-usage": {
"sqlalchemy-redshift==0.8.9",