puneethp:master
from
puneethp:update_dvc
Create a virtualenv and activate it
pip install dvc
, and for our case pip install google-cloud-bigquery
as well.
Create a GS bucket {your-gs-bucket}.
Create a folder called {your-dvc-cache} & {your-remote-wfs}
Add {your-dvc-cache} to project as remote cache:
dvc remote add -d {dvc-cache-name} gs://{your-gs-bucket}/{your-dvc-cache}/
Define {dvc-cache-name} as the cache within the config file:
dvc config cache.gs {dvc-cache-name}
Add {your-remote-wfs} as a remote working file system – this is done by adding it in the local config:
dvc remote add --local remote-wfs gs://{your-gs-bucket}/{your-remote-wfs}/
Success!
Press p or to see the previous file or, n or to see the next file