Validation of Source Data via HTTP API Source Connector | Community
Skip to main content
RyanMoravick
November 4, 2024
Question

Validation of Source Data via HTTP API Source Connector

  • November 4, 2024
  • 1 reply
  • 748 views

Hello all,

 

I am trying to validate incoming source data into the HTTP API Source Connector in Adobe CDP and getting some errors I have been unable to resolve. 

 

My initial question is: If I am trying to ingest this data as an event into Adobe CDP, does my source file JSON need to include _id and timestamp? Do these fields need to be included in the payload coming from our backend systems? The error I am receiving is saying that required key (_id) is not found?

 

Thank you,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

DavidRoss91
Community Advisor
Community Advisor
November 4, 2024

Hi @ryanmoravick 

Event data does need to include a unique _id value for ingestion

RyanMoravick
November 5, 2024

@davidross91 do you know if the HTTP API Source Connector is able to handle an array in the ingestion payload? When I test this using postman I am able to successfully ingest a record, but when pushing a large payload from Databricks, im getting ingestion errors about _id being missing.