i noticed that the browsepath for datasets are in ...
# ingestion
b
i noticed that the browsepath for datasets are in the format
/prod/source/dataset_name
, i'm just wondering if there are any implications for renaming it such that it becomes
/prod/source/x
, where x is not a short string that is not necessarily unique. I don't see any issues navigating to the datasets if i were to use the same value for x for all datasets.
g
Hmm- what happens if you give two entities the same browse path? Does
x
show up twice in the browse results? In general I would advise giving each dataset a unique browse path so they are more easily discoverable.
Nvm! Misunderstood the question- see below for a more correct answer 🙂
b
The browse path doesn't need to be unique per dataset. Currently they are constructed using /<env>/<datasource>/<dataset-name-split-by-period>
You can certainly have a structure where x is a "folder" contianing multiple datasets inside.
b
Nice! Thanks for confirming