Show datasetName on the list of datasets
The dataset name is stored in two different places. The main place is on the table Dataset
under the column name
. This is a unique constraint that forces to make it unique by adding the timestamp.
The timestamp it is added during the ingestion and the original name is stored as parameter of the dataset (datasetName).
It would be nicer and clearer if we can keep the name that as been given to the dataset originally
Edited by Alejandro De Maria Antolinos