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 2019/10/16 20:08:47 UTC

[GitHub] [airflow] milton0825 commented on issue #6352: [WIP][AIRFLOW-5683] Add SubDagOperator that propagates skipped state

milton0825 commented on issue #6352: [WIP][AIRFLOW-5683] Add SubDagOperator that propagates skipped state
URL: https://github.com/apache/airflow/pull/6352#issuecomment-542870443
 
 
   > Currently there is no way of telling the parent dag of a sub dag that an essential task has been skipped.
   
   Currently when all tasks in a subdag finished (either `success` or `skipped`), the parent DAG would continue with the tasks that depends on such subdag right? So I am not sure why we need to introduce `essential task` here.
   

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


With regards,
Apache Git Services