shreyaskj-0710 commented on code in PR #54341: URL: https://github.com/apache/airflow/pull/54341#discussion_r2306850024
########## airflow-core/src/airflow/dag_processing/collection.py: ########## @@ -508,7 +508,7 @@ def update_dags( ) dm.timetable_summary = dag.timetable.summary dm.timetable_description = dag.timetable.description - + dm.timetable_type = f"{dag.timetable.__class__.__module__}.{dag.timetable.__class__.__name__}" Review Comment: Hi @jason810496 , Have implemented the suggested changes, Please check -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org