Prerequisites
- A PostgreSQL database reachable from the platform’s outbound IPs.
- A database user with SELECT privileges on the tables your pipelines will read.
Connect
From Integrations → PostgreSQL, click Connect to open the credentials form:
Click Test connection; on success the integration is saved encrypted.
Network
The database must accept connections from the platform’s outbound IPs. If your PostgreSQL is behind a firewall:- Get the outbound IP list from your account team (or Integrations → Network info).
- Add those IPs to
pg_hba.confor your cloud-provider security group. - Re-test the connection.