You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dan Davydov (JIRA)" <ji...@apache.org> on 2017/07/14 18:21:00 UTC

[jira] [Created] (AIRFLOW-1416) Airflow should create all applicable dagruns for a dag, not just the most recent

Dan Davydov created AIRFLOW-1416:
------------------------------------

             Summary: Airflow should create all applicable dagruns for a dag, not just the most recent
                 Key: AIRFLOW-1416
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1416
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Dan Davydov


Airflow should create all applicable dagruns for a dag, not just the most recent. This mean if e.g. someone changes the start date for a DAG, it is automatically backfilled. We will probably need some kind of caching solution to enable this kind of ability since it could be expensive to check all dagruns for a DAG.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)