skshetry

Results 291 comments of skshetry
trafficstars

Would it be possible to share a traceback? It’s not clear where you use stagecache in the above snippet and where in particular the error is raised. If stagecache does...

> @skshetry any feedback on this? Were you able to reproduce using the provided script? Hi, @gbmarc1. Sorry, I haven't been able to go through this. I'll try getting to...

We could also create a separate command for it: ```console $ dvc append data.dvc file --path data/raw/file1 # append `file` as `data/raw/file1` into `data` directory (i.e. the `out` of `data.dvc`)....

There's a way upstream in `dvc-data` to update `.dir` file without downloading anything else, but it requires: 1. to download `.dir` file locally in the cache, 2. handle pushing the...

> 2. Automatically pull the `.dir` "virtual directories." Note that the only reason why dvc-data cannot handle pulling and pushing `.dir` file is because it does not understand dvc's config....

>to be honest, I'm lost how can I list them at this point ... looks there are a few bugs + this behavior that is inconsistent depending on the (path,...

Shameless plug: I have been working on a WebDAV library (https://github.com/skshetry/webdav4) based on `fsspec` that hopefully will be used in DVC. I'd be interested in supporting Sharepoint Webdav after the...

@marigianna, we are moving our remotes to the [`fsspec`](https://github.com/intake/filesystem_spec). If you want to have support for the sharepoint through HTTP, you'll need to implement a fsspec-compliant filesystem for it. And,...

@efiop, I don't think it was ever supported. Switching from `collect` to `collect_granular` would help, though it won't help with outputs being granular, it will commit all of the stage...

#6195 fixed the cache poisoning when trying to use granular commit. We do support granular commit, but the content that we write in `dvc.yaml`/`.dvc` is still of a complete set...