easydata icon indicating copy to clipboard operation
easydata copied to clipboard

Give datasets multiple paths

Open acwooding opened this issue 3 years ago • 0 comments

Specify a list of paths for where to look for a dataset as part of a Dataset. Accept local and remote paths.

Example user story:

I have a dataset sometimes locally, and stored in a bucket. It's big and slow to get from the remote, so if I have a local copy, I want to use that instead. But I don't always have a local copy and I want to be able to share the code/blow away the local copy to make space at any point in time. I don't want to write the "if local" logic every time I want to use the dataset in question.

acwooding avatar Dec 30 '22 23:12 acwooding