Ruslan Kuprieiev

Results 325 comments of Ruslan Kuprieiev

@mbukeRepo Thanks, makes sense! So your plan is to make this general enough to make it easily configurable by users, right? So a user would modify AzureBlobStorageRepository class in place?

Related https://github.com/iterative/dvc/issues/2378

for the record: From previous reports, it looked like this happens when operating on the whole bucket instead of a particular directory within it.

@petrchmelar 2.50 should be out in a few minutes, please give it a try. You'll need to delete `/var/tmp/dvc` yourself one time or chmod `/var/tmp/dvc` and `/var/tmp/dvc/repo` to 0777 yourself....

@VK-T Check `pip check`, you likely have a newer `platformdirs` installed that we don't support yet.

@VK-T So does `pip check` show any problems with it? Make sure you run in the same env that dvc is installed in. We require `platformdirs=3.1.1` per https://github.com/iterative/dvc/blob/dad464285e3f107c9e4ccc6e0b82672578037afb/pyproject.toml#L54

> I have updated the documentation accordingly. Would appreciate a pointer to where to adjust it 🙂

Thanks for the tips @utkuozdemir ! Adjusted. Could you also approve a CI run for this PR, please?

Please excuse the silence here. The existing implementation has been working well for us so far, so wasn't able to justify getting back to this quite yet.

Hey @anthonywu , we actually use `uv` by default, unless you use `resolver=None` parameter.