create_postgres_source
Set up a new Postgres source connection using a JDBC URL and schema. Provide credentials to enable data access for pipelines and agents.
Instructions
Create a new Postgres source connection.
connection_url is a full JDBC URL, e.g. jdbc:postgresql://host:5432/dbname?sslmode=require Postgres config differs from Snowflake: one JDBC URL + schema, no account or warehouse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| schema | Yes | ||
| password | Yes | ||
| username | Yes | ||
| description | No | ||
| connection_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||