ashb commented on a change in pull request #10956:
URL: https://github.com/apache/airflow/pull/10956#discussion_r499833303
##########
File path: airflow/models/dagrun.py
##########
@@ -313,14 +360,16 @@ def update_state(self, session: Session = None) ->
List[TI]:
:rtype ready_tis: list[airflow.models.TaskInstance]
"""
+ start_dttm = timezone.utcnow()
Review comment:
Defer to later I think -- not changed in name or behaviour in this PR.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]