-
Notifications
You must be signed in to change notification settings - Fork 409
term: ambiguous use of "external" and "workspace" #1127
Copy link
Copy link
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)help wantedContributors especially welcomeContributors especially welcometype: discussionRequires active participation to reach a conclusion.Requires active participation to reach a conclusion.type: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
Metadata
Metadata
Assignees
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)help wantedContributors especially welcomeContributors especially welcometype: discussionRequires active participation to reach a conclusion.Requires active participation to reach a conclusion.type: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
The term "workspace" is defined in the glossary as "Directory containing all your project files..." However advanced dvc usage allows for remote storage of external data and external dependencies. It is not clear from the docs whether the "workspace" includes external data & dependencies. Furthermore, the docs for various commands assume different definitions of workspace. For instance,
dvc pushdoes not interact with external data, butdvc checkoutdoes. This should be clarified in the docs.UPDATE: Go to #1127 (comment)