Owen-CH-Leung opened a new pull request, #31920: URL: https://github.com/apache/airflow/pull/31920
As part of the solution for [#31256](https://github.com/apache/airflow/issues/31256), it's necessary to first deprecate the 2 non-official elasticsearch libraries since both of them didn't support elasticsearch>=8. See their github repository for details: https://github.com/preset-io/elasticsearch-dbapi/blob/master/requirements.txt#L9 https://github.com/elastic/elasticsearch-dsl-py/blob/main/setup.py#L32 Hence, this PR refactors the existing elasticsearch provider codebase to replace these 2 libraries with the official elasticsearch library. With this PR merged, we can then attempt to upgrade elasticsearch >= 8 -- 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]
