ljades commented on issue #19264:
URL: https://github.com/apache/airflow/issues/19264#issuecomment-953220048


   Oh, one more thing to note: a band-aid solution I'm currently using is to 
set the `execution_date` parameter of the TriggerDagRunOperator to ```"{{ 
execution_date }}"```, which sets it to the execution date of the root DAG 
itself. The problem with this, however, is that it is sort of telling the 
trigger to lie about the history of that DAG, and it also means I can't Clear 
status of the operator and have it attempt a retry of the DAG because the dag 
run ID gets set based on execution date and can't replace an existing one of 
the same ID.


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