Validate event transfer in GBQ with the Reltio API
Learn how to validate an event transfer in GBQ using a Reltio API.
To validate the event transfer:
- Send the POST http://{{apiHost}}/reltio/reindex?tenantId={{tenant}} request with the entity ID in the request body. For example:
{"entities/entityId"}
- Search for the BigQuery dataset you've created and either check for updates in the raw_entities table or in the entities view in your GBQ environment. This allows you to validate if an event was sent to your BigQuery dataset after the API call was made.