PostgreSQL
Access configuration details to connect Soda to a PostgreSQL data source.
Connection configuration reference
Install the package soda-postgres
:
pip install -i https://pypi.dev.sodadata.io/simple -U soda-postgres
Data source YAML
type: postgres
name: my_postgres
connection:
user: ${env.USERNAME}
host: <your-postgresql-host>
port: 5432
password: ${env.PASSWORD}
database: <your_database>
Last updated
Was this helpful?