From 368ec8f804345e69553fb46c27a54f48e63634bb Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Tue, 21 Nov 2023 10:19:26 -0800 Subject: [PATCH] Add Elasticsearch Airflow provider (#3366) --- catalog/requirements_prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/requirements_prod.txt b/catalog/requirements_prod.txt index bdc87c2e0fa..c3f7255398e 100644 --- a/catalog/requirements_prod.txt +++ b/catalog/requirements_prod.txt @@ -2,7 +2,7 @@ # Note: Unpinned packages have their versions determined by the Airflow constraints file -apache-airflow[amazon,postgres,http]==2.7.2 +apache-airflow[amazon,postgres,http,elasticsearch]==2.7.2 lxml psycopg2-binary requests-file==1.5.1