Peter Rowlands (변기호)
Peter Rowlands (변기호)
When connecting to SSH servers using a `rsa-sha2-256` or `rsa-sha2-512` key, asyncssh expects that the server returns the proper algorithm in `MSG_USERAUTH_PK_OK`, and fails here when the algorithm does not...
* [x] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [x] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue, at least)...
Meta ticket for keeping track of upstream cloud versioning support - [x] S3 - [x] Azure: https://github.com/fsspec/adlfs/pull/331 - [ ] GCS
Docs meta-issue for https://github.com/iterative/dvc/issues/7592 - [x] Initial documentation (command refs) will be driven by the core team. - [x] Update existing `exp` commands/flags that get [aliased/deprecated](https://github.com/iterative/dvc/issues/7592#issuecomment-1151880967) or otherwise chaged. -...
Implements `AzureBlobFileSystem` support for [blob versioning](https://docs.microsoft.com/en-us/azure/storage/blobs/versioning-overview) equivalent to what is currently supported in s3fs - Filesystem must be configured with `version_aware=True` (and container must have versioning enabled) - `version_id` property...
* [ ] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist. * [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue,...
`dvc add` always generates new stages, overwrites any existing stages and dumps a new .dvc file. For regular DVC workflows this is not a problem, but for cloud versioning/worktree remotes...
In the docs for `config` we specifically note that for `cache.dir` > A correct value is either an absolute path, or a path relative to the config file location. The...
Related: https://github.com/iterative/dvc/issues/6995 Given this directory structure: ``` $ tree . . └── data ├── test └── test.dvc 2 directories, 2 files ``` And this gitignore: ``` $ cat .gitignore data/**...
I'm not sure this is something that needs to be addressed in adlfs, but I think it's worth noting that etags returned by `fs.info()` and `fs.ls(detail=True)` have different formats. When...