jedcunningham commented on code in PR #31255:
URL: https://github.com/apache/airflow/pull/31255#discussion_r1192719870


##########
airflow/providers/elasticsearch/provider.yaml:
##########
@@ -50,7 +50,12 @@ versions:
 dependencies:
   - apache-airflow>=2.4.0
   - apache-airflow-providers-common-sql>=1.3.1
-  - elasticsearch>7
+  # We cannot use elasticsearch 8 yet. The elasticsearch-dsl is not compatible 
with it.
+  # elasticsearch>=7.15.0 breaks our tests.The eleasticsearch 7 is an old 
version that is not
+  # supported anymore.We should move to elasticsearch 8 as

Review Comment:
   ```suggestion
     # supported anymore. We should move to elasticsearch 8 as
   ```
   nit



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to