Owen-CH-Leung commented on issue #31256: URL: https://github.com/apache/airflow/issues/31256#issuecomment-1566986347
I saw `elasticsearch_dsl` was only used in 3 files as follows (one usage in taskhandler & 2 in testing) : https://github.com/apache/airflow/blob/fc36d002fccaad65718f42994747600c14f10263/airflow/providers/elasticsearch/log/es_task_handler.py#L291 https://github.com/apache/airflow/blob/fc36d002fccaad65718f42994747600c14f10263/docker_tests/test_prod_image.py#L130 https://github.com/apache/airflow/blob/fc36d002fccaad65718f42994747600c14f10263/tests/providers/elasticsearch/log/test_es_task_handler.py#L344 Given the utilization of `elasticsearch_dsl` is fairly limited, I'll try to upgrade to `elasticsearch` 8.* and deprecate `elasticsearch_dsl` -- 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]
