Dave Berenbaum
Dave Berenbaum
https://github.com/iterative/dvc/pull/10164 will introduce `datasets` as a new type of dependency that aren't based on the local filesystem. This same mechanism can be used to stream data from other DVC repos....
https://github.com/iterative/dvc/pull/10164 will introduce `datasets` as a new type of dependency that aren't based on the local filesystem. This same mechanism can be used to support cloud-versioned data. Users can specify...
# Bug Report ## Description When adding new data and forgetting to push to a cloud-versioned remote, `dvc data status --not-in-remote` still reports a clean status. ### Reproduce ```bash $...
Add support for: - [ ] `dvc gc --not-in-remote` (see https://github.com/iterative/dvc/pull/9350) - [ ] `dvc gc --cloud`
See ~#5029~ (edit: https://github.com/iterative/dvc.org/issues/5029) and the related issues linked there for background. Rather than document the environment variables to auto push experiments, we could make this part of the studio...
[Auto-pushing checkpoints](https://dvc.org/doc/user-guide/experiment-management/checkpoints#caching-checkpoints) was introduced to make it easier to recover long-running model training jobs in CI. For long-running processing jobs over multiple pipeline stages, the same behavior should be available...
CLI command and API method to get all stage info (cmd, params, deps, outs, etc.). * CLI command is useful for seeing the resolved info for stages using interpolation *...
Closes https://github.com/iterative/dvc-bench/issues/468 Edit: the need for this is to help track performance for issues like https://github.com/iterative/dvc/issues/9085
Copied from [slack](https://iterativeai.slack.com/archives/CB41NAL8H/p1698325652730299?thread_ts=1698299109.693519&cid=CB41NAL8H) I’m able to reproduce it using the aws sandbox: ``` $ git clone [email protected]:dberenbaum/download-dvc-dir.git $ cd download-dvc-dir $ dvc pull test2014 ``` This pulls data imported from...
btw., what happens if two people name the experiment the same way simultaneously (feels that it would have been better to have still some random id / hash in the...