Collibra Output Module Query - Unable to retrieve a string Attribute (Programmattically)
Summary: Saravanakumar Manian has created a custom attribute for an asset type and populated its values. However, when attempting to export the asset using the Output module, the newly added attribute is not included in the export. The author provides a JSON schema for the Payload that defines the attributes but encounters issues in retrieving the custom string attributes programmatically. This issue leads to a query about potential solutions for exporting all attributes correctly.
I have created a new custom attribute and assigned to an asset type. The values for the custom attribute has been populated. Now, I am using Output module to export the asset and the output does not include the newly added attribute.
Here is the Payload Json Schema section "Attribute"
{
"name": "myStrObj1",
"type": "stringAttribute",
"labelId": "076986ca-ca19-9050-8a3b-0974a1b088de9",
"value":{
"name": "strOBj1"
}
},
{
"name": "myStrObj2",
"type": "stringAttribute",
"labelId": "076986ca-7e12-772e-8009-241a3a65fc13",
"value":{
"name": "strObj2"
}
}