Closed fm3 closed 4 years ago
sample datasets.json:
{ "wkw": { "sample_organization": { "a_dataset_with_default_path": {}, "dataset_with_custom_path": { "path": "/a/custom/path/to/the/dataset" } } } }
(if no path is supplied for a dataset, it falls back to data/binary/<organization_name>/<dataset_name>)
data/binary/<organization_name>/<dataset_name>
sample datasets.json:
(if no path is supplied for a dataset, it falls back to
data/binary/<organization_name>/<dataset_name>
)