You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/29 01:12:36 UTC

[GitHub] [airflow] davidcaron commented on issue #18369: If the DAG contains Tasks Goups, Graph view does not properly display tasks statuses

davidcaron commented on issue #18369:
URL: https://github.com/apache/airflow/issues/18369#issuecomment-929741327


   We had the same issue in most of our dags (most have task groups, but I didn't realise it could be related)
   
   I think the problem was introduced in https://github.com/apache/airflow/pull/17821/commits/abc68d05ab3d579afa4c2bbbb5cdb701a7ecd7e9 
   
   https://github.com/apache/airflow/blob/21870080e90fed06f6a617ce05c338c276106d71/airflow/www/static/js/graph.js#L473
   
   When I change this line to `continue` instead of `return`, it fixes the issue. I'm not so sure what that implies as the intention of the PR was to improve performance and I'm not familiar enough with the code to comment about that.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org