Warehouses connector
Snowflake connector for governed AI agent access
Connect Snowflake with an account identifier, warehouse, database, and login credentials.
Direct answer
OneQuery supports Snowflake for governed agent access.
Teams use the Snowflake connector to give AI agents SQL-style query workflows for structured data access while OneQuery keeps credentials centralized, limits access to approved sources, and preserves audit logs for review.
Agent workflow
What this connector enables
Snowflake becomes an approved OneQuery source instead of a secret copied into an agent prompt, shell session, or model tool. The agent receives a governed access path, and the source credentials stay behind OneQuery.
- Use SQL-style query workflows for structured data access for warehouses context.
- Keep Snowflake credentials centralized and out of agent runtimes.
- Review agent access through OneQuery audit history instead of reconstructing direct service usage.
Setup checklist
Prepare the Snowflake connection
Use snowflake credentials and connect the source through the Dashboard and CLI. Keep credentials scoped to the data the agent is allowed to read.
- Create or choose a Snowflake role with read access to the target database and schemas.
- Grant the role USAGE on the warehouse, database, and schema plus SELECT on the tables or views OneQuery should query.
- Copy the account identifier, username, password, warehouse, database, optional schema, and optional role into the payload.
FAQ
Snowflake connector questions
What is the OneQuery Snowflake connector?
The OneQuery Snowflake connector makes warehouses context from Snowflake available to AI agents through SQL-style query workflows for structured data access. Connect Snowflake with an account identifier, warehouse, database, and login credentials.
How do AI agents access Snowflake through OneQuery?
Agents call OneQuery instead of receiving raw Snowflake credentials. OneQuery keeps credentials centralized, applies source boundaries, and records access in audit logs while exposing SQL-style query workflows for structured data access.
How do I set up the Snowflake connector?
Prepare snowflake credentials and connect Snowflake from the OneQuery dashboard or CLI. Start with this setup step: Create or choose a Snowflake role with read access to the target database and schemas.