You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Isaac Steele (JIRA)" <ji...@apache.org> on 2016/07/11 16:11:10 UTC

[jira] [Created] (AIRFLOW-324) Create parameter to allow for any completed state to work with `depends_on_past`.

Isaac Steele created AIRFLOW-324:
------------------------------------

             Summary: Create parameter to allow for any completed state to work with `depends_on_past`.
                 Key: AIRFLOW-324
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-324
             Project: Apache Airflow
          Issue Type: Improvement
    Affects Versions: Airflow 1.7.1.2
         Environment: 1.7.1.2
            Reporter: Isaac Steele
            Assignee: Isaac Steele


As an Airflow admin,
Some tasks should run regardless of whether their previous state was successful, as long as it has completed (i.e. SUCCESS, SKIPPED, FAILED, UPSTREAM_FAILED). 
If there the depends_on_past parameter is set to True, currently only successful and skipped tasks will run. A parameter should exist to allow for other completed states.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)