DagsHub / fds

Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc
http://fastds.io
MIT License
382 stars 22 forks source link

Detect missing authentication for dvc #82

Closed mohithg closed 3 years ago

mohithg commented 3 years ago

When running fds commands like fds pull and fds clone that involves dvc pull or clone, we can check if the chosen DVC remote has any authentication configured - and if not, prompt the user to authenticate before running the command. At least until iterative/dvc#5677 is solved.