eladkal commented on code in PR #41537: URL: https://github.com/apache/airflow/pull/41537#discussion_r1730288489
########## airflow/providers/elasticsearch/hooks/elasticsearch.py: ########## @@ -23,12 +23,15 @@ from deprecated import deprecated from elasticsearch import Elasticsearch +from elasticsearch.client import SqlClient Review Comment: This import causes deprecation warning https://github.com/elastic/elasticsearch-py/blob/4ee46509e236bf30f540d173b48bb7650159556d/elasticsearch/client.py#L75-L80 -- 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]
