You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 18:00:03 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=16601355#comment-16601355 ] 

Apache Spark commented on AIRFLOW-1383:
---------------------------------------

User 'chronitis' has created a pull request for this issue:
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
(v7.6.3#76005)