question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

status: granular output for directories

See original GitHub issue

Imagine dvc tracking a directory full of images and files containing labels.

If I delete/change/update a label or image, dvc will tell me that something in the directory has changed, but not exactly what. It would be nice is dvc status could be made more granular, returning something like

data.dvc:
    outputs:
        data/foo: new
        data/bar: deleted

instead of

data.dvc:
	changed outs:
		modified:           data

as it is today.

Thanks:)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:13
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
shchekleincommented, Jun 26, 2019

we should be careful with this, imagine a directory with 1M new files. Probably we don’t want to show all of them. I would say we should show a summary by default or at least on some threshold (on number of changed files per directory)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trouble modifying and saving dvc data file which lives outside ...
status: granular output for directories #2180. I have two questions: How do I find out when a feature is expected to become available....
Read more >
What do the fields in ls -al output mean?
A d indicates a directory, a - represents a regular file, l is a symlink ... although the precision (FAT has a granularity...
Read more >
Robocopy and a Few Examples - TechNet Articles - Microsoft
Robocopy (Robust File Copy ) is a command-line file copy utility that comes with Windows Vista / Windows 2008 or newer.
Read more >
The Ultimate Guide to Robocopy
It also provides a handy output to every time you run the utility. ... The job summary shows a summary status of all...
Read more >
Plus sign in ls output - Linux Audit
Ever wondered what the plus (+) sign is when showing a directory listing? ... normal file permissions, together with the more granular ones....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found