DVC version: 0.80.0
DVC installed with Brew, on Mac OS
I'm trying to import/fetch external data.
I just did a:
dvc import https://github.com/my_company/my_repo data
which gives me a data folder and a data.dvc files in my current folder. Now, I'd like to pull the files contained in the data folder. The files are stored in a S3 bucket.
But I immediately get this error:
ERROR: unexpected error - 'rev_lock'
Am I using the right workflow? How do I solve this issue?
Cheers
DVC version: 0.80.0
DVC installed with Brew, on Mac OS
I'm trying to import/fetch external data.
I just did a:
which gives me a
datafolder and adata.dvcfiles in my current folder. Now, I'd like to pull the files contained in thedatafolder. The files are stored in a S3 bucket.But I immediately get this error:
Am I using the right workflow? How do I solve this issue?
Cheers