Unify and manage your data

Validate event transfer in GBQ with the Reltio API

Learn how to validate an event transfer in GBQ using a Reltio API.

After you verify that events are being sent to your BigQuery dataset, validate with the reindex using any entity ID in the Reltio tenant being activated with the in Reltio Data Pipeline for GBQ service. This API streams the entity from the Reltio platform to your BigQuery dataset, demonstrating that the in Reltio Data Pipeline for GBQ is enabled to deliver events to the BigQuery dataset you created. Run the reindex API to confirm if the GBQ tables provided by Reltio reflect the changes made.
Note: It could take a minute or two for you to see your changes.
To validate the event transfer:
  1. Send the POST http://{{apiHost}}/reltio/reindex?tenantId={{tenant}} request with the entity ID in the request body. For example: {"entities/entityId"}
  2. 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.
Was this content helpful?