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.