tirkarthi commented on issue #59220:
URL: https://github.com/apache/airflow/issues/59220#issuecomment-3632248904

   I tried debugging this. The docstring for the method has a note on this. The 
`start_date`, `clear_number` and `queued_at` are updated only for dagruns in 
finished state with `dr.state in State.finished_dr_states` being false for a 
running dagrun. 
   
   
https://github.com/apache/airflow/blob/7218cf045812a5a7135d7f119cdde0aed817b132/airflow-core/src/airflow/models/taskinstance.py#L200-L206
   
   
https://github.com/apache/airflow/blob/7218cf045812a5a7135d7f119cdde0aed817b132/airflow-core/src/airflow/models/taskinstance.py#L281-L307


-- 
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]

Reply via email to