-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualise a pipeline based on the YAML definition #294
Comments
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. |
🤩 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.
The text was updated successfully, but these errors were encountered: