Postgres
PostgreSQL Data Connector Documentation
datasets:
- from: postgres:my_table
name: my_dataset
params:
pg_host: localhost
pg_port: 5432
pg_db: my_database
pg_user: my_user
pg_pass: ${secrets:my_pg_pass}Configuration
from
fromdatasets:
- from: postgres:my_database.my_schema.my_table
name: my_dataset
params: ...name
nameparams
paramsParameter Name
Description
Types
PostgreSQL Type
Arrow Type
Examples
Connecting using Username/Password
Connect using SSL
Separate dataset/accelerator secrets
Last updated
Was this helpful?