datachain icon indicating copy to clipboard operation
datachain copied to clipboard

Use `uuid` in dataset dependencies

Open ilongin opened this issue 7 months ago • 1 comments

Currently we use combinations of dataset name + version, but this is not stable i.e. someone could re-create dataset and it's name + version will be the same, but content (actual dataset rows) may not. Now that we have uuid inside dataset versions, we should use that instead. This will make code simpler and schema smaller as well.

ilongin avatar May 06 '25 10:05 ilongin

Currently we use combinations of dataset name + version, but this is not stable

so, do we? or do we rely on id after all?

shcheklein avatar Jun 15 '25 18:06 shcheklein