From 3ca488c5be70b7435d8d6be6c538e71c25250032 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Fri, 17 Nov 2023 16:27:22 -0800 Subject: [PATCH] Add Elasticsearch Airflow provider --- 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