Accelerate the Value of 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 API using any entity ID of your choosing as long as its in the Reltio tenant being activated with the Reltio GBQ connector service. This API streams the entity from the Reltio platform to your BigQuery dataset, demonstrating that the Reltio GBQ connector 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.