studio-support
studio-support copied to clipboard
Visualize DVC DAG
Right now, we can visualize DVC DAG in console using dvc dag - but it's not very pretty (especially for larger graphs), and contains very little information.
It would be great to display it in Studio! Some info it could include:
- list of dependencies, parameters and outputs for each node
- whether a node is outdated (as some inputs have changed)