TedHaleyPDL commented on PR #32958: URL: https://github.com/apache/airflow/pull/32958#issuecomment-1841679430
  Here is the same DAG before and after the update. The changes make determining individual task state much more difficult to track at a glance. There is virtually no contrast between nodes and edges. There is essentially no use of colour now to convey state, only small tags within the nodes that are easy to miss.  Highlighting task dependencies only seems to work now when the DAG is turned on.  Identifying TaskGroups is no longer done by colour, only by text describing the number of tasks that the task includes. Expanding the TaskGroup is now only done via hyperlink text, previously the entire node you could interact with.   Logs are no longer visible when clicking on the log tab, you must also click into 'see more' to actually see the logs from the task.  There is not enough contrast between edge lines and nodes. -- 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]
