kukigai opened a new pull request #12126:
URL: https://github.com/apache/airflow/pull/12126


   Current dag run operator trigger dag run and exit without checking the 
triggered dag run status.
   If user want to check the status, user needs to use External Task sensor to 
check.
   If trigger dag fail and want to rerun it, user has to rerun from previous 
task which is the one with dag run operator.
   
   This code change add wait_for_completion so that same task trigger a dag run 
and wait for the status.
   We have been using this updated operator and works great.


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


Reply via email to