ephraimbuddy commented on a change in pull request #18724:
URL: https://github.com/apache/airflow/pull/18724#discussion_r774978511



##########
File path: airflow/models/dag.py
##########
@@ -1690,6 +1702,9 @@ def set_task_instance_state(
             include_upstream=False,
         )
 
+        if dag_run_id:
+            execution_date = dag_run.execution_date

Review comment:
       It will cause us to have both an` execution_date` and `dag_run_id` sent 
to `set_state` which accepts exactly one value 




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