As per discussion with @pared we realized that the behavior of dvc pipeline show --ascii contradicts the documentation. Current behavior looks for Dvcfile and fails if it is not found.
The expected behavior of dvc pipeline show --ascii is that it will find all .dvc files in the workspace and plot all pipelines. It does make sense IMHO that if a .dvc is provided then the yielded graph is showing the steps up to the file's corresponding stage.
As per discussion with @pared we realized that the behavior of
dvc pipeline show --asciicontradicts the documentation. Current behavior looks forDvcfileand fails if it is not found.The expected behavior of
dvc pipeline show --asciiis that it will find all.dvcfiles in the workspace and plot all pipelines. It does make sense IMHO that if a.dvcis provided then the yielded graph is showing the steps up to the file's corresponding stage.