dstandish commented on code in PR #27758:
URL: https://github.com/apache/airflow/pull/27758#discussion_r1061178465


##########
airflow/providers/elasticsearch/log/es_task_handler.py:
##########
@@ -187,8 +188,18 @@ def _group_logs_by_host(self, logs):
     def _read_grouped_logs(self):
         return True
 
+    @cached_property
+    def supports_triggerer(self):
+        """Not implemented yet."""
+        return False

Review Comment:
   self always refers to instance, so subclasses evaluate it against their 
methods, not those of the super



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