Owen-CH-Leung commented on code in PR #62121:
URL: https://github.com/apache/airflow/pull/62121#discussion_r2831247098


##########
airflow-core/src/airflow/config_templates/airflow_local_settings.py:
##########
@@ -279,35 +279,29 @@ def _default_conn_name_from(mod_path, hook_name):
         )
         remote_task_handler_kwargs = {}
     elif ELASTICSEARCH_HOST:
-        ELASTICSEARCH_END_OF_LOG_MARK: str = 
conf.get_mandatory_value("elasticsearch", "END_OF_LOG_MARK")
-        ELASTICSEARCH_FRONTEND: str = 
conf.get_mandatory_value("elasticsearch", "frontend")
+        from airflow.providers.elasticsearch.log.es_task_handler import 
ElasticsearchRemoteLogIO

Review Comment:
   I added `"elasticsearch": parse_version("6.5.0")` which should be the next 
es provider version release after the provider mr is merged.



-- 
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]

Reply via email to