-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status: granular output for directories #2180
Comments
Entry points where to start looking at this:
|
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) |
|
I agree with @shcheklein. We could probably set some small default threshold of files to show (like 5, to not pollute the terminal) and add option to show all changes. |
With pagination?
Agree. I think we do this in other commands already like metrics/params show/diff? And other output |
I would refrain from that in the default case. By default, I think it's better to "show the status of dir, but if it's small enough, we can go for particular files" rather than make user interact with it.
Yes, we do, I was just referring to @MikkelAntonsen example. |
What is the progress of this feature request? 😃 |
@efiop Thanks for the update! 😃 |
Update: we've been revisiting our data management this year (see dvc/objects) and the approach suggested above (with dir_info) is no longer relevant. We will be migrating status to the new objects in the upcoming weeks and will likely implement this along the way. |
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
instead of
as it is today.
Thanks:)
The text was updated successfully, but these errors were encountered: