uranusjr commented on code in PR #25410: URL: https://github.com/apache/airflow/pull/25410#discussion_r940938997
########## newsfragments/25410.significant.rst: ########## @@ -0,0 +1,43 @@ +Deprecation of ``schedule_interval`` and ``timetable`` params + +We add new DAG parameter ``schedule`` that can accept a cron expression, timedelta object, *timetable* object, or list of dataset objects. Params ``schedule_interval`` and ``timetable`` are deprecated. Review Comment: ```suggestion We added new DAG argument ``schedule`` that can accept a cron expression, timedelta object, *timetable* object, or list of dataset objects. Arguments ``schedule_interval`` and ``timetable`` are deprecated. ``` -- 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]
