Set Up
Create the Coalesce Transform source in the catalog
In the Catalog integration Page, scroll to the Transformation, click on the Coalesce integration.
For credentials, you only have to paste your Coalesce Transform token, you can find on your deploy homepage here
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, click on the Coalesce integration.
For credentials, you only have to paste your Coalesce Transform token, you can find on your deploy homepage here
Replace with your token and paste this code, update the host if you have a custom one
{
"host": "https://app.coalescesoftware.io",
"token": "<****>",
}
Last updated
Was this helpful?