[
https://issues.apache.org/jira/browse/AIRFLOW-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744021#comment-16744021
]
jack commented on AIRFLOW-2593:
-------------------------------
We have pending PR for this:
https://github.com/apache/airflow/pull/2460
> Expose next scheduled time
> --------------------------
>
> Key: AIRFLOW-2593
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2593
> Project: Apache Airflow
> Issue Type: New Feature
> Components: DAG
> Reporter: david
> Priority: Major
>
> Hello
> I currently need a way to determine when is the next run going to be
> scheduled, to have an external check on whether a task was scheduled.
> If you have a task scheduled
> {code:java}
> 00 09 * * 1-5{code}
> (Mon-Fri, 9AM)
>
> On Fridays you get _execution_date_ of Thursday and _next_execution_date_ for
> Friday.
> What I'd like to see is a property _next_scheduled_date_ to return the date
> for Monday
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)