Data Connector

Query Your Snowflake Data with AI

Connect your Snowflake data warehouse to Formula Bot and ask questions about your data in plain English. No SQL required.

Free to tryRead-only accessEncrypted credentials

Quick setup

Enter your Snowflake account URL and credentials. No complex configuration — connect and start querying in under a minute.

Secure connection

Encrypted credentials with read-only query access. Your credentials are never stored in plain text. All data encrypted in transit.

Real-time access

Query your live Snowflake warehouse data directly. No exports or data movement needed. Always the latest results.

What You Can Analyze

Data Warehouse Queries

  • What databases and schemas are available?
  • Show me a sample from the sales table
  • Total revenue by region last quarter?

Cross-Database Joins

  • Join marketing data with sales conversions
  • Which campaigns drove the most revenue?
  • Customer lifetime value by acquisition source?

Usage & Cost Analytics

  • Warehouse credit usage this month?
  • Which queries consumed the most credits?
  • Storage costs by database?

Schema Exploration

  • What tables are in the analytics schema?
  • Show column types for the orders table
  • Which tables have the most rows?

Smarter Over Time

Teach the AI your data

Upload documentation and provide feedback to make every query more accurate for your Snowflake data.

Knowledge Base

Upload schema definitions, data dictionaries, and business logic docs to help the AI understand your Snowflake structure.

Uploaded files

schema.sql

24 KB

data-dictionary.pdf

156 KB

business-logic.md

8 KB

SQL Feedback Loop

Rate generated queries as correct or incorrect. Your feedback is saved and used to improve future Snowflake queries.

Generated SQL

SELECT product, SUM(revenue)
FROM sales
GROUP BY product
ORDER BY 2 DESC

Was this correct?

How it works

1

Upload context

Add schema docs, data dictionaries, or SQL files that describe your Snowflake tables and business logic.

2

Ask questions

Query your data in plain English. The AI uses your uploaded context to write more accurate SQL.

3

Refine with feedback

Mark queries as correct or incorrect. The AI learns from your feedback and improves over time.

Frequently Asked Questions

Formula Bot supports all current Snowflake editions including Standard, Enterprise, and Business Critical. It works with any Snowflake deployment regardless of cloud provider (AWS, Azure, or GCP).
You need your Snowflake account URL (e.g., your-account.snowflakecomputing.com), a username, and a password. We recommend creating a dedicated read-only user for Formula Bot with access limited to the databases and schemas you want to analyze.
Click "Connect Snowflake," enter your account URL, username, and password, then select the warehouse and database you want to query. The entire process takes less than a minute.
You can query any table, view, or schema that your Snowflake user has read access to. This includes standard tables, external tables, and views across multiple databases. Ask questions in plain English and Formula Bot generates the SQL automatically.
Yes. Your credentials are encrypted at rest and never stored in plain text. All connections use TLS encryption. We only run read-only SELECT queries and never modify, insert, or delete any data in your warehouse.
Formula Bot runs standard SQL queries on your Snowflake warehouse, so they use your warehouse compute resources like any other query. We recommend using a dedicated warehouse (e.g., XS size) to isolate Formula Bot queries from your production workloads.

Ready to Query Your Snowflake Data with AI?