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

add description of the pull option to outs in .dvc files #5263

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/user-guide/project-structure/dvc-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The following subfields may be present under `outs` entries:
| `remote` | Name of the remote to use for pushing/fetching |
| `persist` | Whether the output file/dir should remain in place while `dvc repro` runs (`false` by default: outputs are deleted when `dvc repro` starts) |
| `push` | Whether or not this file or directory, when previously <abbr>cached</abbr>, is uploaded to remote storage by `dvc push` (`true` by default). |
| `pull` | Whether this file or directory should be be affected by `dvc fetch`, `dvc checkout`, or `dvc pull` when no targets are specified (`true` by default) |

[etag]: https://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation
[external outputs]: /doc/user-guide/pipelines/external-dependencies-and-outputs
Expand Down
Loading