Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7.0
-
None
-
None
-
None
-
- Airflow version: v1.7.0
- Airflow components: webserver and scheduler with a postgres database and LocalExecutor
- Python Version: 2.7.9
Description
Hello
When I write a new DAG, it is automatically picked by the scheduler as intended. However the end_date parameter is not accounted when creating a DagRun, so that DagRuns scheduled after end_date are being displayed in the web interface and are staying in the running state forever as the scheduler doesn't launch them.
From my reading of the sources, the end_date paremeter is not used when creating a DagRun.
Is there any reason for this behaviour ?
Regards
dud