uranusjr commented on code in PR #28097:
URL: https://github.com/apache/airflow/pull/28097#discussion_r1064364596
##########
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:
OK. I don’t feel too strong about this, and we can always revisit if someone
complains.
--
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]