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

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080054#comment-16080054 ] 

Gordon Ball commented on AIRFLOW-1383:
--------------------------------------

There is a patch implementing this at [#2420|https://github.com/apache/incubator-airflow/pull/2420]

> 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: Airflow 1.8
>            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
(v6.4.14#64029)