Hi Team, In the logical Data Model, I have renamed...
# gooddata-cloud
a
Hi Team, In the logical Data Model, I have renamed the collection/dataset name but still on the "Analyze" tab the collection name appears to be the old one?
m
Hi Anjali, we had the same case previously in our community, please have a look in here https://gooddataconnect.slack.com/archives/C01P7PBJFLH/p1738821118814609
I would like to clarify what you can see in the Analyse left panel as collapsible 'folders' for each dataset these are actually taken from object “tags”. Initially the tag is created based on the dataset name and if you later change this name, the original tag remains, which is a bit confusing if you want to rename the dataset in the Analyse left panel you can do it by API, tags in the model/workspace layout API output.
GET /api/v1/layout/workspaces/{workspaceId}
This will not only export the logical model but the whole workspace (incl. all metrics, visualizations etc.)
Please, let me know if that helps.