Hello Team, I have tried updating the grouping by updating the tags[] on the json structure and import in the LDM. It looks like changes I made is not reflecting in GoodData.
j
Julius Kos
08/29/2025, 12:45 AM
Hi Manny,
I believe that this specific grouping in AD simply reflects the dataset names. May I know where exactly in the JSON have you tried to change this? Some snippet of the JSON with these tags should be sufficient (although I suspect this might not be the right approach).
Julius Kos
08/29/2025, 12:46 AM
Also, did you by any chance follow some specific documentation of ours while attempting this?
m
Manny
08/29/2025, 12:53 AM
Hi @Julius Kos, Importing json LDM won't change the tags, so what I did was updating it via API and it worked using endpoint - PUT {{baseUrl}}/api/v1/layout/workspaces/:workspaceId/logicalModel . I update these lines in json
🙌🏼 1
Manny
08/29/2025, 12:55 AM
Also, @Julius Kos, updating the dataset names will not change the grouping. I update the tags to change the grouping
j
Julius Kos
08/29/2025, 1:03 AM
Understood, the groups are named according to dataset only when the datasets are created.
Julius Kos
08/29/2025, 1:03 AM
So I understand that you were able to solve this issue 🙂 Thank you for sharing this!