blob: 82caa4cdfc60da731d2ec9b73bb7e0b94944eeec [file] [log] [blame]
Datasets no longer trigger inactive DAGs
Previously, when a DAG is paused or removed, incoming dataset events would still
trigger it, and the DAG would run when it is unpaused or added back in a DAG
file. This has been changed; a DAG's dataset schedule can now only be satisfied
by events that occur when the DAG is active. While this is a breaking change,
the previous behavior is considered a bug.
The behavior of time-based scheduling is unchanged, including the timetable part
of ``DatasetOrTimeSchedule``.