david created AIRFLOW-2593:
------------------------------
Summary: 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
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)