Forum Discussion
ddelapasse
1 year agoHelper I
Updating Semantic Models api - base64 encoded 'section' values are not json
I've had some success pulling the semantic model via REST api and updating the name inside BUT I would like to update the LineageTags of the fields when I perform a 'clone' operation within my projec...
- 1 year ago
That is TMDL, bit like YAML for semantic model
Assume you use Get Item Definition Fabric API.
There is format part to the URL.
In the item definition it list formats as TMSL and TMDL
TMSL is the JSON version, so could try calling that. Should give you model.bim.
You can also use the C# libraries to convert between format
ddelapasse
1 year agoHelper I
Ah! Thank you so much. I will check into that.