jason810496 commented on code in PR #58852:
URL: https://github.com/apache/airflow/pull/58852#discussion_r2575426961
##########
airflow-core/src/airflow/dag_processing/collection.py:
##########
@@ -540,6 +540,7 @@ def update_dags(
dm.timetable_description = dag.timetable.description
dm.fail_fast = dag.fail_fast if dag.fail_fast is not None else
False
+ dm.timetable_type = dag.timetable.type_name
Review Comment:
Would it be better to move the line under `540`? As line `539, 540` are both
realted with Timetable.
--
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]