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 2021/09/16 13:28:11 UTC

[GitHub] [airflow] mporracindie commented on issue #15951: Mark tasks as critical

mporracindie commented on issue #15951:
URL: https://github.com/apache/airflow/issues/15951#issuecomment-920902551


   > Not ideal but you can solve it by placing PythonOperator after the terminate task.
   > The operator can look for the main task status and set to fail/success accordingly.
   
   And that's how I'm solving it right now but personally, it seems like something that is adding tasks to my DAG in order to solve a problem that should be there in the first place. Being able to fully control the behavior of the DAG final status based on the task's executions. 
    


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org