iterative / dvc-ssh

SSH/SFTP plugin for dvc
Apache License 2.0
1 stars 3 forks source link

Better feedback in case of errors. #44

Open i-Zaak opened 1 year ago

i-Zaak commented 1 year ago

Regardless of the underlying issue, the pull from ssh remote often reports files missing in the cache ("Is your cache up to date? https://error.dvc.org/missing-files"). This would be e.g. dvc-ssh not installed, ssh keys not unlocked (would prompt for password), or other reasons unrelated to the existence of files in cache. Running pull with verbose flags doesn't provide additional information.

It would be great if the error messages contained information relevant to the underlying problem.