Streaming Ingestion error - The transformed message is empty.
Hi there,
I've set up a http api source which feeds data into a dataset. I've tried sending a sample payload via POSTMAN, and I keep getting this error in the dataset UI:
The transformed message is empty. Please check the mapping set...
Below is the payload, wondering if anyone has came across this error or can provide some insights to resolve this?
curl --location 'https://dcs.adobedc.net/collection/xyz?syncValidation=true' \
--header 'Content-Type: application/json' \
--header 'x-sandbox-name: sandbox name' \
--data-raw '{
"header": {
"schemaRef": {
"id": "https://ns.adobe.com/tenantid/schemas/b2e177c083df3a51c9ad54e06e9eab914d5ebafc7dd860e0",
"contentType": "application/vnd.adobe.xed-full+json;version=1"
},
"imsOrgId": "123@AdobeOrg",
"datasetId": "654ed72a03f8e728d33d4814",
"flowId": "c954342e-e88f-44f4-993c-f6f546f34e72"
},
"body": {
"xdmMeta": {
"schemaRef": {
"id": "https://ns.adobe.com/tenantid/schemas/b2e177c083df3a51c9ad54e06e9eab914d5ebafc7dd860e0",
"contentType": "application/vnd.adobe.xed-full+json;version=1"
}
},
"xdmEntity": {
"_tenantid":{
"offerId": "123",
"offerName": "test",
"status": 1
}
}
}
}'
Thanks!
