Snowflake
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Snowflake data warehouse to Nirvai to automate analytics, run queries, and manage your cloud data.
Supported Authentication Methods
- Basic Auth (Username + Password + Connection Parameters)
Prerequisites
- A Snowflake account
- User credentials with appropriate permissions
- Knowledge of your warehouse, database, and schema
Setup Instructions
Finding Your Account Identifier
Your Snowflake account identifier is in your login URL:
- Format:
orgname-accountname(fromorgname-accountname.snowflakecomputing.com) - Example: If your URL is
myorg-myaccount.snowflakecomputing.com, usemyorg-myaccount
Configuring in Nirvai
- In Nirvai, go to Credentials > Add Credential
- Select Snowflake Data Warehouse
- Enter:
- Username: Your Snowflake username
- Password: Your Snowflake password
- Account Identifier: Your org-account (e.g.,
myorg-myaccount) - Warehouse: The warehouse to use (e.g.,
COMPUTE_WH) - Database: The database to connect to
- Schema: The schema (default:
PUBLIC)
- Click Save
Connection Parameters
| Parameter | Description | Example |
|---|---|---|
| Account Identifier | Your unique account ID | myorg-myaccount |
| Warehouse | Compute resource for queries | COMPUTE_WH |
| Database | Default database | MY_DATABASE |
| Schema | Default schema | PUBLIC |
What You Can Do
- Execute SQL queries
- Load and unload data
- Manage tables and views
- Run stored procedures
- Access query history
Best Practices
- Use Service Accounts: Create dedicated users for integrations
- Limit Permissions: Grant only necessary privileges
- Use Roles: Assign appropriate roles to users
- Monitor Usage: Track warehouse credits
Troubleshooting
Common Issues
- Invalid Account: Verify your account identifier format
- Authentication Failed: Check username/password
- Warehouse Suspended: The warehouse may need to be resumed
- Permission Denied: Verify user role and grants
Related Resources
Adapted from Snowflake documentation for Nirvai platform
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.