surabathini commented on code in PR #28097:
URL: https://github.com/apache/airflow/pull/28097#discussion_r1063225098


##########
airflow/sensors/external_task.py:
##########
@@ -217,6 +226,13 @@ def poke(self, context, session=None):
                 serialized_dttm_filter,
             )
 
+        if self.external_dag_id and not self.external_task_group_id and not 
self.external_task_ids:
+            self.log.info(
+                "Poking for dag '%s' on %s ... ",

Review Comment:
   for us this message is very helpful to know which run_id we are pocking 
without scrolling around when we are polling for the DAG status.



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