Skip to content

dvc pipeline show --ascii - visual bug since version 0.82.9 #3410

Closed

Description

DVC version: 0.82.9 and following
reproduced on several platforms, like:
4.15.0-55-generic #60-Ubuntu
macOS High Sierra 10.13.6
macOS Catalina 10.15.2

Hi,

the command "dvc pipeline show --ascii" seems to have a bug since version 0.89.9, which does not display the dependencies properly, when there is a branch in a Pipeline.

I created a simple pipeline, which looks like this:

Pipeline with Version 0.82.8
Pipeline with Version 0.82.8

If i use the command "dvc pipeline show --ascii validation.dvc" with version 0.82.8, the whole pipeline gets displayed properly.
If i upgrade my Version to e.g. 0.83.0, the connection between "val.dvc" and the previous Stage is missing. If i use the command on val.dvc itself, the stages "train.dvc" and "validation.dvc" are missing (see screenshots).

Pipeline with Version 0.83.0
Pipeline with Version 0.83.0

Pipeline with Version 0.83.0, when using val.dvc in the command
Pipeline with Version 0.83.0, when using val.dvc in the command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugDid we break something?p0-criticalCritical issue. Needs to be fixed ASAP.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions