Monte Carlo
Catalog integrates with Monte Carlo to display monitors in Catalog app
Requirement
Catalog needs API access through two elements:
A key ID
A secret
Read more about generating API keys in Monte Carlo documentation.
The key you will create should:
be an Account Service one

have Viewers Authorizations (or equivalent)
Add the integration
On your integration page, in the Data Quality section, add Monte Carlo. This integration is only Catalog-managed. Name it and provide the credentials for API access as a JSON under the following format and Save.
{
"keyId": "*****",
"secret": "*****"
}
From there, Catalog will get monitors results and push them to the tables and columns they evaluate, under the condition that those tables are also integrated in Catalog.
For your first sync, it will take up to 48h. Catalog will let you know when it is complete
Last updated
Was this helpful?