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

[jira] [Commented] (AIRFLOW-1424) Make the next execution date of DAGs visible

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

Ultrabug commented on AIRFLOW-1424:
-----------------------------------

Edited the issue thanks to the comments on github from @bolkedebruin and @saguziel

New PR : https://github.com/apache/incubator-airflow/pull/2460

> Make the next execution date of DAGs visible
> --------------------------------------------
>
>                 Key: AIRFLOW-1424
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1424
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: DAG
>            Reporter: Ultrabug
>
> The scheduler's DAG run creation logic can be tricky and one is
> easily confused with the start_date + interval
> and period end scheduling way of thinking.
> It would ease airflow's usage to add a next execution field to DAGs
> so that we can very easily see the (un)famous period end after which
> the scheduler will create a new DAG run for our workflows.
> These patches are a simple way to implement this on the DAG model
> and make use of this in the interface.
> Screenshots are on the github PR.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)