Accelerate the Value of Data

Validate the Reltio-to-Azure cloud storage connection

Learn how to validate the connection between Reltio and your Azure cloud storage.

Before you validate your Reltio-to-Azure cloud storage connection, you must have completed the third stage Connect Reltio to Azure cloud storage.
Test the connection between Reltio and your Azure cloud storage.
To validate the connection:
  1. Send a Reltio Snowflake API request:
    POST https://{{tenantEnvironmentName}}-data-pipeline-hub.retio.com/api/tenants/{{tenantId}}/adapters/<Snowflake Adapter name>/validate
    This information is available in the physical tenant configuration:
    "dataPipelineConfig": {
            "enabled": true,
            "activityLogEnabled": true,
            "messagingName": "<envName>-datapipeline-events_<tenantId>",
            "adapters": [
                {
                    "type": "snowflake",
                    "enabled": true,
                    "dataFilteringEnabled": true,
                     "name" : "snowflake", // should be unique for each adapter
                    "serializeInitialSourcesInCrosswalks": false,
                    "stagingDataRetentionInDays": 14,
                    "cloudProvider": "AZURE",
                    "azureConfig": {
                        "azureCredentials": {
                            "authMethod": "KEYS",
                            "storageAccountName": "dataservicesdlsdev"
                        }
                    },
                    "ovOnly": false,
                    "stagingBucket": "ntgti-da-mdmcustomermain-dev",
                    "attributeFormat": "STANDARD",
                    "useLegacyUpdatedTime": false
                }
            ]
        },
    where:
    • <tenantEnvironmentName>: is the name of the environment on which your Reltio tenant is hosted, which forms part of the fully qualified URL, for example:
      • https://dev-data-pipeline-hub.reltio.com
      • https://test-data-pipeline-hub.reltio.com
      • https://361-data-pipeline-hub.reltio.com
    • <tenantId>: is the ID of the Reltio tenant where you configured the Reltio Data Pipeline for Snowflake.
  2. View the status value in the API response:
    • 200 OK: The connection is successful, and Reltio connects to the Azure cloud storage location without any errors.

    • Adapter Validation Exception: The connection is unsuccessful.

      Resolve the reported error and then resend the request. If you receive the error again, contact Support. For details, see topic Need some help?

You're now ready to Validate Reltio event transfer to Azure cloud storage and Snowflake.