Setting up Snowflake Postgres
1. Add integration
Select Snowflake Postgres from the integrations page.2. Configure settings
Connect using either a form or a connection string.- Form
- Connection string
Fill out the form with the following settings:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build apps with read and write access to a Snowflake Postgres database
| Setting | Required | Description |
|---|---|---|
| Name | ✓ | Name that will be displayed to users when selecting this integration in Superblocks |
| Host | ✓ | Hostname or IP address to connect to (e.g. xxxx.us-west-2.aws.postgres.snowflake.app) |
| Port | ✓ | Port to use when connecting (default: 5432) |
| Database Name | ✓ | Name of database to connect to |
| Database Username | ✓ | Username to use to connect |
| Database Password | ✓ | Password for database username |
| Use a self-signed SSL certificate | ✗ | Provide Server CA, Client Key, and Client Cert |
postgresql://username:password@host:port/database
