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/04/09 12:52:08 UTC

[GitHub] [airflow] Miksu82 commented on issue #13242: [ui] Tree view provides inconsistent representation of dependent task views

Miksu82 commented on issue #13242:
URL: https://github.com/apache/airflow/issues/13242#issuecomment-816659741


   What about showing only the task groups (and tasks that are not in any group) in the tree view and then when the task group is clicked (or hovered over) it shows the tasks belonging to that task group.
   
   So the tree view would only show.
   
   ```
   [DAG] 
        \
         Start
              \
               step1
                    \
                     step2
                          \
                           step3
   ```
   
   would that simplify the implementation?


-- 
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:
users@infra.apache.org