uranusjr commented on code in PR #41453: URL: https://github.com/apache/airflow/pull/41453#discussion_r1720763890
########## newsfragments/41453.significant.rst: ########## @@ -0,0 +1,11 @@ +Removed legacy scheduling arguments on DAG + +The ``schedule_interval`` and ``timetable`` arguments are removed from ``DAG``. + +The ``schedule_interval`` _attribute_ has also been removed. In the API, a new Review Comment: This matches the column name on `DagModel`. We can’t just call this `schedule` since there’s also a field `timetable_summary`. I guess if we really want to we can call this `schedule_summary` (and also rename the description field), but I prefer *timetable* here since it does not represent datasets. -- 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]
