potiuk commented on a change in pull request #17339:
URL: https://github.com/apache/airflow/pull/17339#discussion_r680178025



##########
File path: airflow/sensors/external_task.py
##########
@@ -149,7 +167,10 @@ def poke(self, context, session=None):
         serialized_dttm_filter = ','.join(dt.isoformat() for dt in dttm_filter)
 
         self.log.info(
-            'Poking for %s.%s on %s ... ', self.external_dag_id, 
self.external_task_id, serialized_dttm_filter
+            'Poking for %s.%s on %s ... ',

Review comment:
       Nit: I think this will look rather weird when there is one task (Poking 
for dag.[task1] on "filter"). Maybe "Poking for tasks: ['task1' ,'task2'] in 
dag: dag".  




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