Before you connect
Network access — Snowflake is cloud-hosted and generally accessible over the internet. No firewall changes are needed in most configurations. If your Snowflake account uses network policies, add Supaboard’s egress IPs to an allowed policy. The current IP list is shown inside the connector form under Whitelist IPs. Account permissions — The role used to connect needs at minimum:USAGEon the warehouseUSAGEon the databaseUSAGEon the target schema(s)SELECTon the tables you want to expose
Connection fields
Finding your connection details
Snowflake Console
Account identifier (Host) Your account identifier is in the formatorgname-accountname. To find it:
- Log in to app.snowflake.com.
- Click your account name in the bottom-left corner.
- Hover over your account to reveal the full account identifier.
- It follows the pattern
ORGNAME-ACCOUNTNAME(e.g.acme-prod123).
.snowflakecomputing.com).
Documentation: Account identifiers · Connecting to Snowflake
Username
Your Snowflake login username. Administrators can find all users under Admin → Users & Roles.
Warehouse
Virtual warehouses are listed under Admin → Warehouses. The default is typically COMPUTE_WH. Supaboard uses this warehouse to execute queries — choose an appropriately sized one.
Warehouse cost — Each query Supaboard runs consumes warehouse credits while the warehouse is running. Use an auto-suspend setting (e.g. 1–5 minutes) on the warehouse to minimise idle credit consumption.Documentation: Virtual warehouses overview · Auto-suspend and auto-resume
Password vs Personal Access Token
Supaboard accepts either a password or a personal access token (PAT) in the Password/PAT field. Password — the standard Snowflake user password. Simple to set up but not recommended for service accounts in security-sensitive environments. Personal Access Token — a long-lived token scoped to a specific user. Preferred for service account connections. To create a PAT:- In Snowflake, go to User Menu → My Profile → Personal Access Tokens.
- Click Generate Token, set an expiry, and copy the token value.
- Paste the token into the Password/PAT field in Supaboard.
Recommended database user permissions
your_database and COMPUTE_WH with your actual values.

