Description
As mentioned in AIRFLOW-1156, I want to add the option to not run the most recent scheduled DAG on enabling.
Use case / motivation
We want to be enable the DAG for future runs, but don't want it to run the most recent task automatically, since there are tasks e.g. sending an email, that needs to be done manually on occasion. We do not want to repeat this task multiple times.
Related Issues
AIRFLOW-1156
Description
As mentioned in AIRFLOW-1156, I want to add the option to not run the most recent scheduled DAG on enabling.
Use case / motivation
We want to be enable the DAG for future runs, but don't want it to run the most recent task automatically, since there are tasks e.g. sending an email, that needs to be done manually on occasion. We do not want to repeat this task multiple times.
Related Issues
AIRFLOW-1156