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/11/01 18:33:48 UTC

[GitHub] [airflow] milton0825 commented on a change in pull request #6352: [AIRFLOW-5683] Add propagate_skipped_state to SubDagOperator

milton0825 commented on a change in pull request #6352: [AIRFLOW-5683] Add propagate_skipped_state to SubDagOperator
URL: https://github.com/apache/airflow/pull/6352#discussion_r341700601
 
 

 ##########
 File path: airflow/operators/subdag_operator.py
 ##########
 @@ -33,6 +37,14 @@
 from airflow.utils.state import State
 
 
+class SkippedStatePropagationOptions(Enum):
+    """
+    Available options for skipped state propagation of subdag's tasks to parent dag tasks.
+    """
+    ALL_LEAVES = 1
 
 Review comment:
   I thought we always start at 0 in the software world LOL

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