sunank200 commented on code in PR #37775:
URL: https://github.com/apache/airflow/pull/37775#discussion_r1507490395


##########
airflow/timetables/datasets.py:
##########
@@ -52,7 +52,7 @@ def __init__(
         self.periodic = timetable.periodic
         self._can_be_scheduled = timetable._can_be_scheduled
 
-        self.run_ordering = timetable.run_ordering
+        self.run_ordering = ("start_date",)

Review Comment:
   I checked the code for `DatasetTriggeredTimetable` and should inherit the 
run_order from that class for `DatasetOrTimeSchedule`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to