100% FREE & OPEN SOURCE [v4.0.0 Stable] | View source on GitHub →

Snowflake operations intelligence you can actually trust.

19+ built-in dashboards for automated cost intelligence, latency optimizations, warehouse auto-sleep configurations, and Cortex AI analytics. Deployed as a secure Native App — your metadata and query history never leave your Snowflake security boundary.

Optimize Warehouse Now → Star on GitHub
0
Dashboards Installed
0
% Free & Open Source
0
Data Egress Boundary
0
Cortex LLM Engines
Built For Data Engineers FinOps Teams Platform Engineers Analytics Leaders Security & Compliance Officers

Interactive Snowflake Metadata Streams

Hover mouse to map execution coordinates and trace query latency

PRODUCT CATALOG [1/8]

See what's inside the operations dashboard

Explore high-fidelity telemetry, analytics workspaces, and auto-sleep guards compiled directly within your Snowsight console frame.

Cortex AI Data Assistant Worksheet

Ask operational metadata metrics in standard plain English, and have local Cortex LLMs build query blueprints automatically.

> User: "Which warehouse spent the most credits yesterday?"
> Cortex AI: Generating optimal query tree using SNOWFLAKE.ACCOUNT_USAGE...

SELECT WAREHOUSE_NAME, SUM(CREDITS_USED) as total_credits
FROM WAREHOUSE_METERING_HISTORY
WHERE START_TIME >= DATEADD(day, -1, CURRENT_TIMESTAMP())
GROUP BY 1 ORDER BY 2 DESC;
[Interactive Chart Visual Mockup]
COMPUTE_WH: 12.8 credits
DEV_WH: 3.4 credits

Credit Allocation & Warehouse Metering

Attribute credit consumption down to precise tags, query roles, specific DBT models, and direct user warehouses.

Active Warehouses: 4 running
Credit Budget Runway: 88% remaining
Suspended Idle Compute: 8.2 credits saved this cycle
[Cost Attribution Bar Chart Graph]

Relational Query Bottleneck Analysis

Unveil partition skew, map cross join bottlenecks, identify Cartesian operations, and receive instant indexing recommendations.

Expensive scan warning: Table `RAW_LOGS` missed pruning indexes.
Recommended partition mapping keys: `created_at` date column.
[Relational Plan Execution Tree Diagram]

CIS Benchmark Security & Forensic Log Scorecard

Audit network policies, analyze MFA adoption rate metrics, scan catalogs for un-encrypted column assets, and compile scores.

PII Scanned Tables: 82 mapped
Account MFA Adoption rate: 94%
Benchmark Rating: 96 / 100 [PASS]
[PII Scanner Matrix Grid Visualizer]

One platform. Dual execution focus. 100% Free.

For Analytics Engineers

Cortex AI & SQL Observability

Harness secure, local LLMs natively integrated into Snowflake. Query database catalog assets using conversational English, run automated JOIN path analysis to find query bottlenecks, and track dbt run credits row-by-row.

sub-120ms
Query parsing
100% Secure
Zero data egress
Configure SQL Analyzer
For Operations & Finance

Autonomous Cost Guardian

Enforce operational boundaries. Instantly detect query cost anomalies with configurable credit thresholds. Automatically apply optimized warehouse suspend limits to clusters that remain idle, saving credit runways in real-time.

40%+
Credit savings
Real-time
Anomaly shutdown
Enforce Cost Limits

Everything you need to control Snowflake

A unified developer and financial operations monitor designed to identify credit leakage, trace inefficient join paths, and scan database architectures inside your Snowflake account.

📊

Cost Intelligence Hub

15 sub-tabs covering overview, specific warehouses, ingestion tracking, roles, dbt cost attribution, anomalies, and forecasting.

Free & Open Source

Query Performance

Workload duration tracking, relational join analyzer, query pattern aggregation, partition skew maps, and scan recommendations.

Free & Open Source
🔮

Scenario Forecasting

Per-warehouse projections utilizing custom models. Calculate monthly runways using planned or pessimistic consumption rates.

Free & Open Source
🚨

Cost Guardian

Real-time burst and anomalous query spike shutdown limits. Automatically kills runaway workloads before credit depletion.

Free & Open Source
🧠

Cortex AI Analyst

Natural language metadata interface worksheet. Instantly compile correct SQL worksheets and chart telemetry patterns.

Free & Open Source
📈

BI Dashboard Builder

No-code relational metric builder tools. Drag and drop components to assemble high-fidelity operational dashboards instantly.

Free & Open Source
🤖

Agent Builder

Instantiate autonomous system agents inside your account boundary to run automated alert scripts to Slack or Teams channels.

Free & Open Source
🛡️

Security Governance

Run full CIS Snowflake Foundation audits inside Snowflake. Automated database regex scanner filters and identifies sensitive PII columns.

Free & Open Source
🏭

Warehouse Ops

Automated computing cluster health metrics, cluster auto-suspend policy optimizations, and sizing recommendations.

Free & Open Source

Comprehensive Script Registry

Every single advanced optimization, artificial intelligence dashboard, and automated SRE agent script is fully functional and included in the repository.

Functional Modules Dashboard Script & Context File License & Availability Status
Cost Intelligence (1_cost.py)
Cost Overview & Burn Metrics pages/1_cost.py [tab_overview] ✓ Included (Free & Open Source)
Warehouse Metering breakdowns pages/1_cost.py [tab_metering] ✓ Included (Free & Open Source)
User & Role attribution pages/1_cost.py [tab_attribution] ✓ Included (Free & Open Source)
Runaway query spike (Cost Guardian) setup/setup_git_deploy.sql [RUN_BUDGET_CHECK] ✓ Included (Free & Open Source)
Query Performance (2_queries.py)
Relational join query analyzer pages/2_queries.py [plan_tree] ✓ Included (Free & Open Source)
Workload duration statistics pages/2_queries.py [metrics_dashboard] ✓ Included (Free & Open Source)
AI Observability & SRE Automation
Cortex AI Worksheet Assistant pages/3_cortex.py [llm_worksheet] ✓ Included (Free & Open Source)
No-code Custom Dashboard visual builder pages/4_builder.py [drag_drop_assembler] ✓ Included (Free & Open Source)
SRE Slack / Teams Notification Alert agent app/alert_agent.py [slack_webhook_daemon] ✓ Included (Free & Open Source)
CIS Security & Column PII Scanner setup/setup_git_deploy.sql [DQ_SCAN_RESULTS] ✓ Included (Free & Open Source)

The 5-Layer Query & Warehouse Optimizer

SnowflakeOps structures optimization across 5 isolated modular execution layers. By operating directly inside Streamlit-in-Snowflake, each engine can perform deep audits on system logs securely.

Read Architecture Docs

Streams and parses raw Snowflake query history records, mapping relational execution trees, filtering sub-optimizations, and charting join performance curves instantly.

Monitors clustering factors and tracks compute warehouses staying active without executing queries. Recommends ideal scale up/down timings and auto-suspend variables to optimize usage.

Scans queries to identify heavily repeated datasets. Generates automated advise scripts to build secure materialized views or force Snowflake result caching to avoid compute spend.

Evaluates account configurations against standard CIS Snowflake benchmarks. Automatically flags open network policies, over-privileged users, and runs database column scanning to tag sensitive PII.

Maps warehouse compute charges directly down to individual query tags, users, dbt models, and role clusters. Provides clear projections on monthly budget runways and billing anomalies.

Know exactly where every credit goes

A high-contrast interactive view representing real-time telemetry pipelines and security audits running inside your Snowflake database.

snowflakeops_monitor_daemon.log
CIS Audit: PASS Warehouse: IDLE_ALERT

Deploy inside Snowflake in under 5 minutes

Zero external infrastructure to manage. You can deploy the entire application directly from GitHub without cloning the repository or installing CLI tools. Copy and run directly inside your worksheet context.

[STEP 01]

Authenticate ACCOUNTADMIN

Log into Snowsight. Open a clean SQL worksheet in your Snowflake console and execute your administrator role context to initialize secure privileges:
USE ROLE ACCOUNTADMIN;

[STEP 02]

Copy master setup script SQL

Copy the contents of the setup/setup_git_deploy.sql script shown in the code window, or directly from the GitHub Repository.

[STEP 03]

Execute Streamlit Native App

Paste it into the worksheet and click ▶ Run All. Navigate to Projects → Streamlit and launch the SNOWFLAKE_OPS_INTELLIGENCE app. You are fully live!

setup_git_deploy.sql
Copy SQL
-- [01] ASSUME ADMIN STATUS
USE ROLE ACCOUNTADMIN;

-- [02] DEFINE SECURE REPOSITORY INTEGRATION
CREATE OR REPLACE API INTEGRATION git_api_integration
  API_PROVIDER = git_https_api
  API_ALLOWED_PREFIXES = ('https://github.com/devbysatyam')
  ENABLED = TRUE;

CREATE OR REPLACE GIT REPOSITORY snowflake_ops_intelligence
  API_INTEGRATION = git_api_integration
  ORIGIN = 'https://github.com/devbysatyam/snowflake_ops_intelligence.git';

-- [03] SPIN UP STREAMLIT NATIVE DASHBOARD
CREATE STREAMLIT snowflake_ops_app
  ROOT_LOCATION = '@snowflake_ops_intelligence/branches/main/app'
  MAIN_FILE = 'streamlit_app.py'
  QUERY_WAREHOUSE = 'COMPUTE_WH';
          

100% Free. 100% Open Source.

No tier gates, no credit limitations, no pricing traps. Get the complete suite of advanced cost tracking, Cortex AI assist, and autonomous cost guardians for absolute zero cost.

[Active Pipeline]

Community Addons

We prioritize dashboard modules and utility plug-ins based on community votes and direct requests. Trace our next milestones or submit custom ideas.

01

Blueprint Proposal

Submit your desired cost dashboard look, node structure, or automated suspension rules.

02

Security Sandboxing

Aivon developers review security parameters, assuring zero external egress vectors.

03

Open-Source Deploy

Approved modules are published to the SnowOps GitHub repo for community usage.

All submissions are processed under strict privacy guidelines. Your request details are directly logged and evaluated by the Aivon engineering team.

Request a Custom Feature

Specify your requirements below and track real-time dev scheduling status.

💰 Cost 🧠 Cortex AI ⚡ Queries 🛡️ Security 🤖 Integration