Accelerate the Value of Data

Validate event transfer in Snowflake with the Reltio API (GCP)

Learn how to validate an event transfer by using one of Reltio's APIs.

After you verify that events are being sent to your Blob storage, 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 Data Pipeline for Snowflake service. This API streams the entity from the Reltio platform to your storage bucket, demonstrating that the Reltio Data Pipeline for Snowflake is enabled to deliver events to the Blob bucket you just created.
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 bucket you've created and check the timestamp in the Last modified column. This allows you to validate if an event was sent to your Blob bucket after the API call was made.