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
{{ message }}
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
I removed this content from S&P scenario, this should be put elsewhere.
How are directories cached and tracked?
By default, DVC stores the outputs defined in stage add in the cache
similar to other data. data/prepared directory is defined as an output in prepare stage, and the hash value is:
grep -A 1 'path: data/prepared' dvc.lock{{execute}}
and this points us to .dvc/cache/f1/b1d214c4cc7a3efdb200410227b975.dir file.
It's a JSON file that lists all individual elements of the directory with
their hash values.
Currently
dvc add
is told in context of files only intrack-a-file-or-directory.md
We need to provide directory examples and describe how they differ from files and how their members and content are tracked with examples.
The text was updated successfully, but these errors were encountered: