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
Hi,
It would be nice to have a command similar to git ls-files to show all the files tracked by DVC.
The dvc pipeline show command exists but it expects a target and thus only shows files that are part of the selected pipeline(s). In some cases, one may have files outside of any pipeline.
For example, a small test data file that is not part of a pipeline because no data is generated from it. It is just used to run a test script that prints the results.
Thanks !
The text was updated successfully, but these errors were encountered:
@nisace thanks again for this request. We are moving in this direction, feel free to join the discussion in #2509. I'm closing this issue to avoid duplicity.
Hi,
It would be nice to have a command similar to
git ls-files
to show all the files tracked by DVC.The
dvc pipeline show
command exists but it expects a target and thus only shows files that are part of the selected pipeline(s). In some cases, one may have files outside of any pipeline.For example, a small test data file that is not part of a pipeline because no data is generated from it. It is just used to run a test script that prints the results.
Thanks !
The text was updated successfully, but these errors were encountered: