Closed emmaai closed 4 years ago
make_dataset
should allow customization of uuid generation through some mechanism:
Currently random uuid is generated:
We should not encourage random uuids (v4), instead we should use uuid v5 (namespace), using something like common prefix path as "name" part of uuid5.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected behaviour
make_dataset should generate uuid according to some rules, which would enable tracing back to the data file(s)
Actual behaviour
uuid is generated randomly, doesn't show any information about the data file(s).