Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Asset Graphs in the UI tend to explode horizontally as the number of assets increase. This often creates odd-looking DAGs that stretch out super wide. Users are forced to pan across a really wide graph and it's difficult to get the full graph in view.
One suggestion we've heard to resolve this is to render the graph horizontally left-to-right instead of vertically. The hypothesis is that this new horizontal layout allows us to render that graph more compactly and this might feel more natural to navigate.
With that said, there doesn't seem to be a clear consensus around vertical or horizontal DAGs in data tools (we find examples of both across data tools today), and this may end up simply being a user preference in the end.
We're interested in hearing from the community on this topic. We've built an experimental version of the horizontal asset DAGs that you can try out now. This new layout only impacts Asset Graphs (The classic op graph is always still rendered vertically).
Demo
https://www.loom.com/share/9713f899dbe6484393d9404825405a8c
Screenshots
This shows the same graph rendered vertically vs. horizontally
Vertical:
Horizontal (new):
Pros of this approach:
Cons of this approach:
How to enable the Horizontal Asset DAGs
You can try the new horizontal asset graph layout by enabling the
Experimental horizontal asset DAGs
feature flag in your user settings. Give it a try and let us know what you think.cc: @sryza @bengotow
Beta Was this translation helpful? Give feedback.
All reactions