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 2020/11/05 23:05:16 UTC

[GitHub] [airflow] kukigai opened a new pull request #12119: Add wait_for_completion option to dag run operator.

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


   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:
users@infra.apache.org



[GitHub] [airflow] kukigai closed pull request #12119: Add wait_for_completion option to dag run operator.

Posted by GitBox <gi...@apache.org>.
kukigai closed pull request #12119:
URL: https://github.com/apache/airflow/pull/12119


   


----------------------------------------------------------------
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:
users@infra.apache.org