Continuous timetable causes false dag triggering if dag has already run and start_date is in future #45081
Open
1 of 2 tasks
Labels
area:core
area:Scheduler
including HA (high availability) scheduler
good first issue
kind:bug
This is a clearly a bug
Apache Airflow version
2.10.4
If "Other Airflow 2 version" selected, which one?
No response
What happened?
hello,
here is a sample dag
the first time you activate it, it will correctly wait for start_date to trigger dag run but if it has already run, every seconds it will trigger a "void" dag run (no task started just a row inserted in the dag_run table)
What you think should happen instead?
Dag shouldn't be triggered until the new start_date is passed
How to reproduce
use the given dag, change start_date and end_date in order to let dag runs for a few minutes. when end_date is passed change start_date and end_date in order to make dag runs in future.
Operating System
debian 11
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: