Synchronize data between Reltio and the GBQ Connector
Learn how to synchronize your entities, relations, matches, interactions, and merges data from Reltio to the GBQ connector.
POST http(s)://{{environment}}.reltio.com/reltio/api/{{tenantId}}/syncToDataPipeline
-
Run
GET {ApplicationURL}/tasks
to check the current task status. -
Run
GET {ApplicationURL}/{Tenant}/tasks/history
to check the task history. -
Run
GET {ApplicationURL}/{Tenant}/tasks/{taskId}
to check the status of a specific task. -
Run
GET {{hub-url}}/status/tenant/{{tenantID}}/details
to check the number of messages that are currently in the tenant queue to be processed. The queue count must be 0 once the processing is completed, that is, the data load is complete.
-
After the syncToDataPipeline API has run successfully, check the queue status API to see if the event count is 0.
-
Check if the event count in the Reltio platform is in sync with the event count in GBQ.
-
If there appears to be a discrepancy in the count of events in the Reltio platform and in GBQ, check to see if the events are being loaded to your cloud storage storage using the event monitoring API.
-
If there is an entity update that was made in the Reltio platform but did not appear in your GBQ, use the entity monitoring API to determine if the issue is with the Reltio platform or your GBQ account by checking the event status history for any incomplete events for a particular entity.
For any other issues, contact support.