Daniele
Daniele
add `--no-download` flag to `dvc import-url`/`dvc update` to only create/update `.dvc` files without downloading the associated data Closes #7918
Add documentation for new `dvc import-url` `dvc update` flags (`--no-download`) related: https://github.com/iterative/dvc/pull/8024 (per iterative/dvc#7918)
- add `CredentialHelper` class to run credential helper commands and retrieve values - add `get_credentials_from_helper` to retrieve credentials from helpers defined in provided config - moved (unused) `get_credentials_from_store` to `credentials.py`,...
`socket_timeout` option is not being used closes #303
It seems that the `socket_timeout` argument for `AzureBlobFileSystem` is silently ignored: https://github.com/fsspec/adlfs/blob/fbe43c601e7b162b7a2bf93f7f8b699c747b70e6/adlfs/spec.py#L404 is this intended?
closes #8310
`update --all` is an alternative to providing a target or list of targets: when using `--all`, `update` is run against all imports and if required, data is downloaded and `.dvc`...
In some cases, such as with `dvc-gs`, `test_import_dir` cannot succeed because the stage/dir md5 cannot be known in advance, see https://github.com/iterative/dvc-gs/issues/7#issuecomment-1218497067 for more context
Follow-up to https://github.com/iterative/dvc.org/pull/3773#pullrequestreview-1098609995