What problem does it solve?
Querying a Snowflake data warehouse during incident investigation requires knowing table structures and writing correct SQL, which slows down root cause analysis when engineers are unfamiliar with the schema.
Core Features & Use Cases
- Schema Inspection: List databases, tables, and column details before writing queries, following a mandatory schema-first workflow.
- SQL Query Execution: Run arbitrary SQL queries against Snowflake with automatic row limits and JSON-formatted output.
- Incident Data Analysis: Query incident enrichment tables like fact_incident and fact_incident_customer_impact to assess severity, customer impact, and ARR at risk.
- Use Case: During a SEV-1 incident, retrieve the latest incidents, join customer impact data with the customer dimension table, and quantify estimated ARR at risk per affected customer.
Quick Start
Ask the agent to list the tables in the Snowflake database and show the ten most recent SEV-1 incidents with their customer impact.