bbovenzi commented on PR #68171: URL: https://github.com/apache/airflow/pull/68171#issuecomment-4982360916
I think we should try a different approach to improve the graph's legibility for different complex dags instead of manually arranging it node by node. This was the intention behind updating the "root" filter to only show the upstream of a task and letting a user decide the depth. This is also why we have the search to highlight tasks of a certain operator. We use elk to calculate the layout. It has a lot of different layout options. Right now, we only let the user configure the direction (Left to right, top down, etc). I think we should see what other elk options we should expose to the user instead: changing node to node spacing or selecting a different algorithm. -- 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]
