This guide explains how to connect Coalesce Quality to Postgres securely.We need this information so we can collect metadata about your tables.To be able to finish this guide, you’ll need the following:
→ Access to modify your Postgres configuration⏱️ Estimated time to finish: 10 minutes.
→ Access to modify your Postgres configuration⏱️ Estimated time to finish: 10 minutes.
pg_monitor role by default, which reads/executes various monitoring views and functions. See more in the Postgres documentation.
The following setup:
- Creates a dedicated user and user group for Coalesce Quality
- Grants the necessary permissions
Create a dedicated user with sufficient permissions
Grant permissions to the relevant schemas
Network Configuration
Depending on your database configurations, you may need to whitelist Coalesce Quality’s IP addresses in your firewall or security groups. See IP Whitelist for the complete list of IP addresses by region.Input data in the UI
Integration name
E.g.,postgres
Database
The name of your Postgres databaseHost
The name of your host, e.g.,database-1.<host>.eu-north-1.rds.amazonaws.com
Port
The default is5432