You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sina Asadallahi (JIRA)" <ji...@apache.org> on 2019/06/24 20:06:00 UTC

[jira] [Created] (AIRFLOW-4844) Adding option to DAG arguments to specify is_paused flag upon creation of a DAG.

Sina Asadallahi created AIRFLOW-4844:
----------------------------------------

             Summary: Adding option to DAG arguments to specify is_paused flag upon creation of a DAG.
                 Key: AIRFLOW-4844
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4844
             Project: Apache Airflow
          Issue Type: Improvement
          Components: DAG
    Affects Versions: 1.10.3
            Reporter: Sina Asadallahi


There is a need in some applications to set the is_paused flag when creating a DAG for the first time. These applications are mostly the ones where there is not need for DAG owner to turn them on manually once the dag is initiated. 

This is particularly useful for dynamic DAGs that generate an arbitrary number of DAGs based on calls to some upstream data source. Since the DAGs start as paused by default, it requires users to know when a new DAG has been created, and to enable it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)