Owen-CH-Leung commented on code in PR #41537: URL: https://github.com/apache/airflow/pull/41537#discussion_r1730335702
########## 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: Indeed...We should access the SQL client directly via es instance. I'll file a PR to fix it later -- 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]
