Configure a Snowflake pipeline for Azure in the Console
Learn how to use the Reltio Console to configure a Snowflake pipeline for Azure.
- Make sure you have:
- access to edit the Reltio physical tenant configuration.
- permission to view and modify Reltio streaming and pipeline settings.
- access to view your Snowflake settings.
- the ability to run API endpoints to validate your configurations and connections.
- Ensure streaming is enabled in the Reltio physical tenant configuration.
-
"streamingEnabled": true
-
"streamingAPIEnabled": true
"streamingConfig": { "streamingEnabled": true, <<<===Make sure that it is set to true "streamingAPIEnabled": true, <<<===Make sure that it is set to true "analyzeOvChanges": false, "emptyStartEndRelationCrosswalks": false, "largeObjectsSupport": false, "skipPayload": false, "payloadType": "SNAPSHOT", "ovOnly": false,
-
- Ensure the pipeline queue is defined and enabled in the
messaging.destination
section of thestreamingConfig
-
"enabled": true
{ "payloadType": "SNAPSHOT", "type": "queue", "provider": "dph", "name": "<environment>-datapipeline-events_<tenant>", "dtssQueue": false, "groupingQueue": false, "dataPipelineQueue": true, "enabled": true, <<<<===== Make sure that it is set to true "format": "KRYO" }
-
- Validate the data pipeline with this API and confirm the status is successful (200):
- Check the external queue to ensure that events are processing.
POST https://<environment>-data-pipeline-hub.reltio.com/api/tenants/<tenant>/adapters/Snowflake/validate
- Validate the processed event, using a specific entity, across the pipeline.
GET https://<environment>-data-pipeline-hub.reltio.com/api/tenants/<tenantid>/monitoring/_entityMonitoring?entityId=<entityID>
- Check the external queue to ensure that events are processing.