-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DVC New Cloud-supported Google Drive Remote #466
Conversation
This is awesome! Will community developers still be able to call |
Yes, if they pull from the travis repo: |
Two more commits to fix some quality-of-life issues:
To fix this, I re-initialized the DVC repo. You'll notice that there's now only one .dvc file (which tracks the data/testdata folder as a whole), and hopefully that that .gitignore problem is gone! |
Okay now the .gitignore:/tmp issue is fixed. Seems to be because a credentials file was committed to the .dvc/tmp directory. Moving it to .dvc/cred stopped the .gitignore:/tmp behavior |
lol probably my file :D I was being lazy with the stashing of the dvc folder -- thanks nick this is merged! I will make the |
This pull request is about adding monitoring and usage controls to the dvc remote, so we don't hit the same "usage limit" error we encountered yesterday. Following the directions on the DVC documentation here, the dvc database has been migrated to a new remote. Extra benefits:
To use it, I recommend everyone update dvc (
pip install --upgrade dvc
) to the latest version (they had a 1.0 release recently) and delete the json file so google asks to re-authenticate on the nextdvc pull
. From there it should work as before.