Open drazendee opened 1 year ago
Is the issue that we are not visualizing each edge separately?
You'd want a cli tool to draw a graph. Right now the only way to see it is to adhoc run or go through git and UI (but for dev stage this is a bit tedious)
so the goal is for the CLI to render the pipeline graph
some ideas:
We could also add a view in the app that allows visualizing an arbitrary pipeline graph passed in as base64'd JSON query parameter (and have the CLI open that); that way the rendering would look familiar.
We could also add a view in the app that allows visualizing an arbitrary pipeline graph passed in as base64'd JSON query parameter (and have the CLI open that); that way the rendering would look familiar.
:star_struck: that would something "best of both worlds" as connecting to Valohai App is probably fine (as CLI surely needs to do that anyway)
It would be useful to be able to generate a graph of the pipeline based on the YAML definition. It would be easier to understand if my edges are setup correctly if I could see the order that Valohai thinks it would execute the node in.