-
Following the discussion in #9, we realized that we are likely going to end up with many data files with similar names containing similar chunks of data. We are currently saving `era5-dowload` slices …
-
I'd like to place `dvc` references in my git repo to data hosted on e.g. huggingface. But the models are private. If I do:
```
dvc import https://huggingface.co/spaces/foo/bar mymodel.bin
```
I get …
-
### Description of feature
We switched to compiled params.yaml files not being part of git anymore.
This may lead to errors when running `dvc pull` if config files have not yet been re-compiled yet…
-
## Description
It would be nice if we had a page on our docs that described how DVC and Kedro can be used together.
## Context
Kedro users have been asking for DVC for some time. For example:
…
-
Currently we use Git Large File Storage (LFS) to store and retrieve large files in the repository, specifically the data files in the `resources` directory ( see previous discussion in #150).
While…
-
When running `dvc pull` I get the following error when trying to get access to data.
`Access blocked: DVC’s request is invalid`
-
# Bug Report
## Description
When `dvc move` is applied to data imported via `dvc import` the data files are moved successfully and a new `.dvc` file is created in the target location BUT the new…
-
### What is the problem?
I am a beginner in datalad. I use Windows 11, and I tried to compare the differences between dvc and datalad according to [this tutorial](https://handbook.datalad.org/en/late…
-
# Bug Report
## Description
DVC post-checkout hook complains that it can't remove unsaved files without confirmation, but these files have not changed.
We currently upgraded from dvc 2.58.1 to 3.5…
-
# Bug Report
## Description
`dvc pull`fails on HDFS after removing `.dvc/cache`. It means someone clones the repository at first then `dvc pull` always fails.
But `dvc pull -q` succeed. So it seems…