sunank200 commented on PR #37775:
URL: https://github.com/apache/airflow/pull/37775#issuecomment-1969469562

   > Why do we want to change it on CronTrigger instead of on 
`DatasetOrTimeSchedule`?
   
   `DatasetOrTimeSchedule` for example uses the reordering timetable object as 
per 
https://github.com/apache/airflow/blob/main/airflow/timetables/datasets.py#L55 
For example:
   ```
   schedule=DatasetOrTimeSchedule(
           timetable=CronTriggerTimetable("* * * * *", timezone="UTC"), 
datasets=(dag1_dataset & dag2_dataset)
       ),
   ```
   


-- 
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