kaxil commented on a change in pull request #12574:
URL: https://github.com/apache/airflow/pull/12574#discussion_r528976792
##########
File path: airflow/sensors/external_task_sensor.py
##########
@@ -149,38 +148,22 @@ def poke(self, context, session=None):
dttm = context['execution_date']
dttm_filter = dttm if isinstance(dttm, list) else [dttm]
Review comment:
Create a back-log ticket maybe to improve the design further or a flag
to have one or the other option
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]