yxiao1996 commented on issue #28341:
URL: https://github.com/apache/airflow/issues/28341#issuecomment-1352241000

   Hi team, I looked into the code a little bit, want to check with you about 
the general approach before making the change.
   
   Seems like I should be able to retrieved the `queued_dttm` field from the 
`ti` objects 
[here](https://github.com/apache/airflow/blob/753b9eced5938a4216ddaf0c4afcf89bd7a39a4e/airflow/www/views.py#L3441)?
 If that is the case, looks like I can add queued_dttm field into `task_dict`, 
which would be passed to the front-end. Then I can make drop new boxes in 
gantt.js around 
[here](https://github.com/apache/airflow/blob/753b9eced5938a4216ddaf0c4afcf89bd7a39a4e/airflow/www/static/js/gantt.js#L186)
 with box width defined by queued_dttm and task start_date.
   
   Am I making sense?


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