[
https://issues.apache.org/jira/browse/AIRFLOW-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor resolved AIRFLOW-4844.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.10.4
> 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
> Assignee: Sina Asadallahi
> Priority: Major
> Fix For: 1.10.4
>
>
> 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 no 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.
> Please note that this feature is configuring is_paused flag per dag object
> and is different than the existing global config coming from
> default_airflow.cfg file.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)