PostgreSQL Credential
Use this type for PostgreSQL-backed workflow queries.
Configure
- Open Credentials -> New Credential.
- Select type postgres.
- Set:
postgresql_connection_string(or env-backed variable)- optional default database
- Save and bind in PostgreSQL workflow node.
Verify
Execute a workflow test with a simple query and confirm returned rows.
Common issues
- SSL requirement mismatch between connection string and server policy.
- Permission denied for target schema/table.