dstandish commented on code in PR #63308:
URL: https://github.com/apache/airflow/pull/63308#discussion_r2943257649
##########
airflow-core/src/airflow/models/dagrun.py:
##########
@@ -364,6 +366,7 @@ def __init__(
self.creating_job_id = creating_job_id
self.backfill_id = backfill_id
self.clear_number = 0
+ self.triggered_at = timezone.utcnow()
Review Comment:
the value is because it allows us to capture the gap between the time the
scheduler creates the dag and the time that it is set to running.
--
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]