Skip to main content
Version: Next

PostgreSQL data source

This data source allows you to pull data directly from a table (or a view) in a PostgreSQL database.

Add Data Source

The following fields are required for delimited file data sources.

FieldDescription
Connection StringThe full connection string required to connect to the database. For assistance, please refer to this guide.
TableThe name of the table or view from which to query the data. This can be qualified using the schema if required.

Use the Test Connection button to verify the PostgreSQL database can be reached, and that the table or view specified can be accessed.