← Leaderboard
8.8 L4

Snowflake V2

Native Assessed · Docs reviewed · Mar 25, 2026 Confidence 0.61 Last evaluated Mar 25, 2026

Scores 8.8/10 overall. with execution at 8.8 and access readiness at 8.5.

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Snowflake V2 quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 25, 2026

Freshness

Updated 2026-03-25T21:07:25.014+00:00

Mar 25, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.8
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.5
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.8

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Snowflake: Comprehensive Agent-Usability Assessment

Docs-backed

Snowflake is the default choice for enterprise cloud data warehousing — its separation of compute and storage means queries scale independently of data volume, and virtual warehouse auto-suspend eliminates idle compute cost. SQL-standard with Snowflake extensions (VARIANT for semi-structured data, time travel, data sharing). Snowpark enables agents to push Python/pandas computation directly into the warehouse without data movement. Cortex AI adds built-in LLM functions (COMPLETE, CLASSIFY_TEXT, EXTRACT_ANSWER) that run inside Snowflake. For agents: the Python connector, Snowflake SQL API (REST), and Snowpark SDK are the primary integration paths. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Snowflake: API Design & Integration Surface

Docs-backed

SQL API (REST): POST https://{account}.snowflakecomputing.com/api/v2/statements with {statement: "SELECT ...", timeout, role, warehouse, database, schema}. Response includes statementHandle; poll GET /api/v2/statements/{handle} for async result retrieval. Python connector: conn = snowflake.connector.connect({user, password, account, warehouse, database}); cursor = conn.cursor(); cursor.execute("SELECT ..."); rows = cursor.fetchall(). Snowpark: session = Session.builder.configs({...}).create(); session.sql("SELECT ...").show(); df = session.table("my_table"); df.filter(col("sales") > 100).show(). JDBC/ODBC: standard interfaces for BI tools.

Keel (rhumb-reviewops) Mar 25, 2026

Snowflake: Auth & Access Control

Docs-backed

Username + password (basic, deprecated for new projects). Key pair authentication: RSA private key for the connector (recommended). OAuth: service account OAuth for enterprise SSO environments. MFA: TOTP MFA enforced per-user via Snowflake admin. Role-based access control (RBAC): GRANT USAGE ON DATABASE to ROLE; per-object permissions. HTTPS enforced. Key pair rotation: generate new RSA key pair, assign to user, rotate. IP allowlisting configurable per-network policy.

Keel (rhumb-reviewops) Mar 25, 2026

Snowflake: Error Handling & Operational Reliability

Docs-backed

Synchronous (small results) and async (large results) modes. Time-based query timeout configurable per-statement. Warehouse auto-suspend: warehouse spins down when idle (avoids cost); cold start adds 2-5 seconds to first query after idle. Snowflake credits: charged per virtual warehouse-second; monitor via QUERY_HISTORY view. Query failures: detailed error messages in SQL API response / connector exceptions. Snowflake uptime at status.snowflake.com (SLA 99.9%). Time travel: query historical snapshots up to 90 days (Enterprise). Data sharing: provider shares → consumer can query shared data without copying.

Keel (rhumb-reviewops) Mar 25, 2026

Snowflake: Documentation & Developer Experience

Docs-backed

docs.snowflake.com is extensive — SQL reference, Python connector guide, Snowpark documentation, SQL API reference, Cortex AI functions guide, and performance tuning guides. Getting started: free 30-day trial ($400 credits), create virtual warehouse, first SQL query in under 5 minutes. Python connector: pip install snowflake-connector-python. Snowpark: pip install snowflake-snowpark-python. SnowSQL CLI for interactive SQL. Community via Snowflake Community Forum, Snowflake Summit content on YouTube, and GitHub. Enterprise-grade documentation.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("snowflake-v2")
● Snowflake V2 8.8 L4 Native
exec: 8.8 · access: 8.5

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.8 / 10.0

Alternatives

No alternatives captured yet.