Set Up
Create the Coalesce Transform Source in the Catalog
warning
A Warehouse type integration must already be configured to complete the first ingestion of this integration.
In the Catalog integration page, scroll to Transformation, and click the Coalesce integration.
For credentials, paste your Coalesce Transform token. You can find it on your deploy homepage.
Replace with your token and paste this code. Update the host if you have a custom one:
{
"host": "https://<your_host>.coalescesoftware.io",
"token": "****"
}
Create the Coalesce Quality Source in the Catalog
In the Catalog integration page, scroll to the Quality section, and click the Coalesce integration.
For credentials, paste your Coalesce Transform token. You can find it on your deploy homepage.
Replace with your token and paste this code. Update the host if you have a custom one:
{
"host": "https://app.coalescesoftware.io",
"token": "****"
}