Skip to content
FinOps

Cost Report

Find where warehouse spend is leaking.

Analyze Snowflake query costs and identify optimization opportunities across queries, users, and warehouses.

Find what's costing money and do something about it.

The problem it solves

Warehouse spend often grows quietly. A few expensive queries, oversized warehouses, idle resources, or repeated scans can drive cost without a clear owner.

What it does

Finds expensive queries and cost trends.
Groups spend by warehouse, user, or workload.
Identifies optimization opportunities.
Recommends practical next actions such as query tuning, auto-suspend changes, or warehouse resizing.

When to use it

DURING

Snowflake cost reviews

WHEN

investigating a cost spike

WHEN

looking for query tuning opportunities

WHEN

right-sizing warehouses

How it works

The skill gathers query history and usage metadata, ranks cost drivers, analyzes patterns, and turns findings into recommended actions.

Tools used

finops_query_history

Fetch recent query execution history from a warehouse.

finops_analyze_credits

Break down warehouse credit consumption by time, user, and warehouse.

finops_expensive_queries

Find the most expensive queries and identify optimization opportunities.

finops_warehouse_advice

Recommend warehouse sizing, suspend settings, and cost controls from usage patterns.

finops_unused_resources

Find unused tables and idle warehouse resources.

Related skills