Type-Safe Compiler
Column-level type inference, data contracts, and diagnostics with suggestions — errors caught before execution, not after.
Type-Safe Compiler
Column-level type inference, data contracts, and diagnostics with suggestions — errors caught before execution, not after.
Rocky DSL
Pipeline-oriented syntax with NULL-safe operators, window functions, and pattern matching. Or use standard SQL — your choice.
AI Intent Layer
Store intent as metadata. AI explains models, syncs them when upstream schemas change, and generates test assertions.
VS Code Extension
Full language server: completion, hover, go-to-definition, find references, rename, code actions, inlay hints, and lineage visualization.
Quality Checks
Row count, column match, freshness, null rate, anomaly detection, and custom SQL checks — inline with pipeline execution.
Dagster Integration
First-class integration via dagster-rocky. Auto-discover assets, emit materializations, and translate check results.
curl -fsSL https://raw.githubusercontent.com/rocky-data/rocky/main/engine/install.sh | bashrocky playground my-first-projectcd my-first-projectrocky compile # Type-check all modelsrocky test # Run assertions locallyrocky run # Execute the pipelineNo credentials needed — the playground uses DuckDB locally.