datopian / datahub-qa

:package: Bugs, issues and suggestions for datahub.io
https://datahub.io/
32 stars 6 forks source link

Character '.' (dot) in dataset names is not displayed properly (creating containers) #293

Closed ArchanaDiwakar closed 1 year ago

ArchanaDiwakar commented 1 year ago

I am trying to ingest some data into the datahub. I have created a dataset which contains '.' character in its name. The datahub UI considers '.' as a delimiter and breaks it into a container and a dataset whenever it sees '.' character.

In the image below, you can see in the browse path depicts a container ADMISSION_TYPE and then a dataset CODE but I want it to create a dataset with the name ADMISSION_TYPE.CODE Not by splitting it into a container and then a dataset.

I can see the similar issue mentioned in the below link but with special character '/'. https://github.com/datopian/datahub-qa/issues/291#issue-1416288185

291

Please advise why is this behaving like this or suggest some ways to overcome this.

Screenshot (113)

ArchanaDiwakar commented 1 year ago

Can someone here help me with the above issue ?

rufuspollock commented 1 year ago

WONTFIX. Unfortunately we aren't able to allow delimiters in the name.