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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: