Skip to content
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

dvc diff support for -R, --recursive #4342

Closed
garylschultz opened this issue Aug 5, 2020 · 3 comments
Closed

dvc diff support for -R, --recursive #4342

garylschultz opened this issue Aug 5, 2020 · 3 comments
Labels
triage Needs to be triaged

Comments

@garylschultz
Copy link

I'm using dvc for a project that has all of my original data under git/dvc control in a data/ directory, and am using pipelines and the dvc repro command. This tool rocks!

I would like to look at which of my data/ contents have changed from one commit to another. However, I don't know how to restrict the dvc diff command to look at just the data/ directory. There are so many items in the pipeline that it is difficult to see what I'm interested in.

It would be really nice to just say dvc diff -R data/

Thanks in advance for considering this.

@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label Aug 5, 2020
@pared
Copy link
Contributor

pared commented Aug 5, 2020

@garylschultz aren't you looking for: #3388 ?
I guess -R is not exactly it, but I guess they are related.

@garylschultz
Copy link
Author

Thanks. They do seem related.

If targets would apply to all .dvc files in a specified directory, then that would solve my problem. So targets are probably the best solution.

@pared
Copy link
Contributor

pared commented Aug 6, 2020

@garylschultz Feel free to upvote that issue, it helps us see what is important to users and prioritize appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants