eladkal opened a new issue, #64064: URL: https://github.com/apache/airflow/issues/64064
The elasticsearch provider limits the library version https://github.com/apache/airflow/blob/be8252e6287b550919379cf15c159d82972a6c91/providers/elasticsearch/pyproject.toml#L65 **The Task:** 1. Test the provider with elasticsearch 9 2. Accommodate for changes/fixes if needed and verify logs appear correctly in elasticsearch as well in Airflow UI (including success and failure cases) 3. Ideally we should support `elasticsearch>=8.10` but if it's too much trouble to support both 8 and 9 we can go `elasticsearch>=9.0` 4. Make modifications where needed to the elasticsearch systemtest in `airflow-e2e-tests/tests/airflow_e2e_tests/remote_log_elasticsearch_tests/test_remote_logging_elasticsearch.py` 5. Provide proof that the fix works by presenting UI images from both elastic and Airflow UI. **Note to contributors:** This task requires knowledge in elasticsearch and ability to test and verify against a real ealsticsearch environment. -- 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]
