What problem does it solve?
This Skill removes the friction of manually interacting with Snowflake’s SQL API by letting you submit queries, poll long-running jobs, and retrieve results in a reliable, repeatable way.
Core Features & Use Cases
- Query execution: Submit single statements or multi-statement requests to Snowflake with the right session context, bindings, and timeout controls.
- Result retrieval: Fetch inline results or partitioned pages from existing statement handles, including recovery after asynchronous execution.
- Catalog browsing and operations: Inspect databases, schemas, tables, columns, and warehouses with SQL-based SHOW and INFORMATION_SCHEMA workflows.
- Operational control: Cancel running statements, manage request idempotency, and handle errors and rate limits safely.
Quick Start
Ask the assistant to run a Snowflake query with this skill, providing the target warehouse and SQL statement so it can submit the job, wait for completion, and return the results.