You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/01 22:15:38 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #17339: Adding support for multiple task-ids in the external task sensor

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org