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
First, https://dvc.org/doc/user-guide/external-outputs describes caches configuration, but not outputs. All the examples describe how to reconfigure cache. Let's rename it to something like Cache Reconfiguration or Setup Cache and let's change the section introduction paragraph accordingly.
Local cache reconfiguration is missing. Something like dvc config cache.dir /mnt/cache.
Also, it is not clear explain why we use cache.{s3, gs, ssh, hdfs} but for local cache we use cache.dir, not cache.local: cache.dir is a shortcut for cache.local.
Consolidate everything related to Managing External Data (also including https://dvc.org/doc/user-guide/external-dependencies) under this document, adding an index.md file to do an overview of different approaches and features DVC gives to support it.
First, https://dvc.org/doc/user-guide/external-outputs describes caches configuration, but not outputs. All the examples describe how to reconfigure cache. Let's rename it to something like Cache Reconfiguration or Setup Cache and let's change the section introduction paragraph accordingly.Local cache reconfiguration is missing. Something like
dvc config cache.dir /mnt/cache.Also,
it is not clearexplain why we usecache.{s3, gs, ssh, hdfs}but for local cache we usecache.dir, notcache.local:cache.diris a shortcut forcache.local.Consolidate everything related to Managing External Data (also including https://dvc.org/doc/user-guide/external-dependencies) under this document, adding an
index.mdfile to do an overview of different approaches and features DVC gives to support it.