i have a question on browsePath aspect. I see that...
# ingestion
b
i have a question on browsePath aspect. I see that it accepts a list, and assumed that it meant that i could potentially have multiple url references pointing to the same dataset. for instance: browsePaths=[/A/C_dataset, /A/B/C_dataset] for C_dataset. however, what i got in the end was /A/C_dataset became a folder that was empty in the UI and the dataset is found at /A/B/C_dataset. Kinda weird behavior. is it possible to have multiple urls point to the same dataset? i was hoping to arrange the data in several perspectives, for instance, the default datahub arranges dataset by source, but another way is to arrange the dataset by business process, etc. its to enable users to navigate to the datasets more easily according to their domain knowledge.
e
Hi. That is how we designed this feature. Let me look into this bug
b
ah, thats good to know that it is supposed to work like that. i will continue trying
ok, i need to correct the observation: my browsepath is {"paths":["/source/yup_1626878028193","/process/something/yup_1626878028193"]} after ingestion, i see the following: there is an extra folder generated:
the browsepaths need to be equal in depth, else the empty folder will occur.
b
ah this is super interesting! thank you!
(as dexter mentioned, this should be possible, yes)
e
Thanks for the information. Super helpful
@better-orange-49102 fixed the bug. Should be out in the next release going out hopefully today