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, git
Additional Information (if any):
This issue is outcome of the discussion at #1572(review)
Bug Report
As we know that running
dvc reprocommand would reproduce the stages defined indvc.yamlfile. One thing we also know that.dvcfile can be used as the beginning of a pipeline. If we consider a sample case where we have the follwing pipeline and we performdvc repro.As we can see the command is successful in its execution but the thing to note that it's considering
.dvcfiles as a stage (which they are probably not) as can be seen from the first line of the output.Does the output corresponding to
.dvcfile needs some updations?Output of
dvc version:Additional Information (if any):
This issue is outcome of the discussion at #1572(review)