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:
   I see that same as other poking messages when we give a 
task_id/task_ids/task_groups. In this case we are poking 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