skshetry

Results 291 comments of skshetry

For `committed changes` where there's no cache, we probably can just look at the hashes and tell they are unchanged, and only report `not in cache`, so we can avoid...

@mattseddon, I am working on it, hopefully by the end of this week. 🙂

This is not possible right now for DVC, as it uses `git`'s untracked information and we only get a flattened list. Soon, we will have support to just get the...

@daavoo, I have rebased it to main, and added some skips to the tests that does not work in 3.11.

> `dvc import --no-download` makes sense. Meanwhile for `dvc import --check-only`... not sure I follow, but sounds more like a use case for `dvc status` or #5369? `dvc import` and...

Note that DVC currently does not scan for files in advance, it builds a tree as it walks through them, so we don't know how many objects are there before...

> @skshetry I see, that's a good point, thanks. Would scanning for files in advance slow things down? I guess it wouldn't (theoretically when the files are known, the hashing...

Is the cache type `copy`? If it is, I'd say the issue is with unnecessary relinking.

@gbmarc1, could you please share your use case here? The default path limited to `dvc.yaml` is intended (until we see a better usecase). Why do you want to use dvc.yaml...