From a9290bf1a04fe0c2800efe7f33db6a574b178553 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Sun, 6 Mar 2022 09:00:58 +0100 Subject: [PATCH] Fix #3181 - Align ingestion requirements Fix ES and bump down redash (#3182) --- ingestion/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 392a0720633..e2173b53a7a 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -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",