potiuk opened a new issue, #31256: URL: https://github.com/apache/airflow/issues/31256
### Body The eleasticsearch version we use is old (from 2021). It is eleasticsearch 7.* and since we are using elasticsearch-dsl, we cannot used elasticsearch 8 (first version of that was also released in 2021). We are currently limited to < 7.15.0 additionally to being limited to 7, because 7.15.0 breaks our tests as we found out when we released some of the dependencies as part of https://github.com/apache/airflow/pull/30067 We should migrate to a newer version of elasticsearch. There are two options: 1) Fix the tests and migrate to lates 7.* version - and bump to latest released 7* by fixing our tests (possible for short term). 2) Migreate to 8 version (better long term) ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
