dvc dag --outs

Created on 5 Sep 2020  路  1Comment  路  Source: iterative/dvc

In the 0.xx version days, there was a dvc pipeline show --outs command that was able to show a DAG that included outputs.
I thought this was a really nice feature. For instance, I have a train_test_split stage that creates two outputs, train and test, and it would be nice to see them taking different paths in the DAG.
Can you maybe (re)implement this feature?
Thanks!

feature request help wanted p2-medium

Most helpful comment

Hi @liamkesatoran ! Thanks for the feature request! Indeed, we used to have it before 1.0, but decided to drop it as we were not sure how many users are actually using it.

The whole dvc dag implementation is located in https://github.com/iterative/dvc/blob/master/dvc/command/dag.py, we'll need to create a dag based on stage.outs for all stages.

>All comments

Hi @liamkesatoran ! Thanks for the feature request! Indeed, we used to have it before 1.0, but decided to drop it as we were not sure how many users are actually using it.

The whole dvc dag implementation is located in https://github.com/iterative/dvc/blob/master/dvc/command/dag.py, we'll need to create a dag based on stage.outs for all stages.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GildedHonour picture GildedHonour  路  3Comments

dnabanita7 picture dnabanita7  路  3Comments

shcheklein picture shcheklein  路  3Comments

dmpetrov picture dmpetrov  路  3Comments

siddygups picture siddygups  路  3Comments