bbovenzi opened a new issue, #22731: URL: https://github.com/apache/airflow/issues/22731
The order that tasks are displayed in Grid view do not correlate with the order that the tasks would be expected to execute in the DAG. We should update the `task_group_to_tree` function in views.py to better approximate the order that tasks would be run: https://github.com/apache/airflow/blob/main/airflow/www/views.py#L232 -- 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]
