-
Couldn't load subscription status.
- Fork 1.3k
Description
Bug Report
As we know that running dvc repro command would reproduce the stages defined in dvc.yaml file. One thing we also know that .dvc file can be used as the beginning of a pipeline. If we consider a sample case where we have the follwing pipeline and we perform dvc repro.
As we can see the command is successful in its execution but the thing to note that it's considering .dvc files as a stage (which they are probably not) as can be seen from the first line of the output.
Does the output corresponding to .dvc file needs some updations?
Output of dvc version:
$ dvc version
DVC version: 1.1.7
Python version: 3.8.3
Platform: Windows-10-10.0.19041-SP0
Binary: False
Package: pip
Supported remotes: http, https
Cache: reflink - not supported, hardlink - supported, symlink - supported
Repo: dvc, gitAdditional Information (if any):
This issue is outcome of the discussion at #1572(review)
