Skip to content

Commit

Permalink
Inherit the run_ordering from DatasetTriggeredSchedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sunank200 committed Feb 29, 2024
1 parent e358bb2 commit 54c1791
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/timetables/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def __init__(
self.description = f"Triggered by datasets or {timetable.description}"
self.periodic = timetable.periodic
self._can_be_scheduled = timetable._can_be_scheduled

self.run_ordering = timetable.run_ordering
self.active_runs_limit = timetable.active_runs_limit

@classmethod
Expand Down

0 comments on commit 54c1791

Please sign in to comment.