Question
We have an updated account key for the Azure storage for the Snowflake connector. We have sent the access key through API. Below is the response. Please update as needed
{ "secretsName": "dph-secrets-<REDACTED>",
"secretsArn": "arn:aws:secretsmanager:us-east-1:<REDACTED>"
}
Answer
- Determine if snowflake has been provisioned or not. If it has not been provisioned, have the customer follow the instructions in https://docs.reltio.com/en/integrate/export-data-from-reltio-in-bulk/export-data-from-reltio-to-business-intelligence-tools/reltio-snowflake-connector/configure-the-reltio-snowflake-connector-for-azure/integrate-cloud-storage-azure/create-an-azure-blob-storage-location.
- If it has already been provisioned, run the following API where you should see the SAS token or account key
GET https://<envirnoment>-data-pipeline-hub.reltio.com/api/tenants/<tenantId>/adapters/snowflake/secrets
- If nothing has been applied, then you perform the following API again.
PUT https://<envirnoment>-data-pipeline-hub.reltio.com/api/tenants/<tenantId>/adapters/snowflake/secrets
Example of SAS token (request body)
- Validate the snowflake adapter using:
POST https://<environment>t-data-pipeline-hub.reltio.com/api/tenants/<tenantId>/adapters/snowflake/validate
Comments
Please sign in to leave a comment.