You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/01/18 16:20:00 UTC

[jira] [Resolved] (AIRFLOW-1383) CLI clear command always resets DAG runs

     [ https://issues.apache.org/jira/browse/AIRFLOW-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-1383.
----------------------------------------
    Resolution: Duplicate

> CLI clear command always resets DAG runs
> ----------------------------------------
>
>                 Key: AIRFLOW-1383
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1383
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: cli
>    Affects Versions: 1.8.0
>            Reporter: Gordon Ball
>            Priority: Minor
>
> The CLI command {{airflow clear}} does not expose any way to set the {{reset_dag_runs}} parameter of the underlying {{DAG.clear()}} method.
> This means that {{airflow clear}} will always cause affected DAG runs to be set to {{state=RUNNING}}, and immediately try and re-run the cleared tasks. In some circumstances it might not be desirable to immediately re-run everything.
> I would propose to add a new argument to {{airflow clear}} ({{no_dag_reset}}?) which overrides the default.



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