You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/16 17:38:33 UTC

[GitHub] [airflow] kazanzhy commented on a change in pull request #20344: Fix mypy for providers: elasticsearch, oracle, yandex

kazanzhy commented on a change in pull request #20344:
URL: https://github.com/apache/airflow/pull/20344#discussion_r770770738



##########
File path: airflow/providers/elasticsearch/log/es_task_handler.py
##########
@@ -62,6 +62,9 @@ class ElasticsearchTaskHandler(FileTaskHandler, ExternalLoggingMixin, LoggingMix
     MAX_LINE_PER_PAGE = 1000
     LOG_NAME = 'Elasticsearch'
 
+    formatter: logging.Formatter

Review comment:
       Updated. Thanks




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org