nailo2c commented on code in PR #58543:
URL: https://github.com/apache/airflow/pull/58543#discussion_r3007452041
##########
airflow-core/src/airflow/models/dag.py:
##########
@@ -679,6 +679,12 @@ def dag_ready(dag_id: str, cond: SerializedAssetBase,
statuses: dict[UKey, bool]
for ser_dag in ser_dags:
dag_id = ser_dag.dag_id
statuses = dag_statuses[dag_id]
+ timetable = ser_dag.dag.timetable
Review Comment:
This part is to guarantee that only `AssetTriggeredTimetable` can be added
to `triggered_date_by_dag`, please check the "Discussion" part in the PR
description.
--
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]