You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue :
In the DAG for --outs , all outputs from a connected stage are linked to the output of the stage.
Steps to recreations :
dvc run -o alice -o bob -f step1.dvc ' touch alice | touch bob '
dvc run -d alice -o carol -f step2.dvc ' touch carol '
dvc pipeline show --ascii --outs step2.dvc
There shouldn't be an edge going from bob to carol.
Issue :
In the DAG for
--outs
, all outputs from a connected stage are linked to the output of the stage.Steps to recreations :
There shouldn't be an edge going from
bob
tocarol
.Probably related to this line ?
dvc/dvc/command/pipeline.py
Line 63 in a338fad
The text was updated successfully, but these errors were encountered: