Reble
Your models are just SQL files.
About Reble
Reble is an open SQL engine for your Iceberg lakehouse. Your models are plain SQL files; Reble derives their dependencies, builds the tables into your catalog and bucket, and refreshes exactly what moved — triggered by cron, CI, Airflow, or an agent.
Every data team ends up building the same expensive hack around that job: a copy of the warehouse for testing changes. You refresh it, you queue for it, you hope it still matches prod — and you pay for it twice. The Apache Iceberg table format already has the primitive that makes it unnecessary: a branch ref is metadata-only, so a "copy" of a 5M-row table costs under 10 ms and zero bytes on any compliant catalog. What was missing is the workflow — deciding what a change touches, making its inputs reproducible, showing what it will do to production rows before anyone accepts it.
Reble is that workflow, and it isn't bolted on: scope, pin, run, diff, promote are what the engine does. When you change a model, it branches, re-runs only the blast radius — your edited models plus their downstream closure, derived from the SQL — shows you the exact rows that will change, and fast-forwards production when you accept. There is no merge step, on purpose: promote or discard, never three-way-merge data, because data merges are where correctness goes to die.
Discussion
Sign in to join the discussion.
Loading comments…
Tagged
Alternatives to Reble
Tools in the same space, ranked by how they are performing in the directory.
Orbit
Multi-repo Git workspaces for any coding agent — real worktrees, no index, no server - orbcli/orbit
/Developer ToolsAgentMachinist
An Agentic Build & CI System.
/Developer ToolsConcord Mcp
Live messaging for coding agents.
Open source/AI AgentsSingular Lite
Autonomous multi-agent orchestration engine for software repos — L0/L1/L2 agents, leases, gates, audits, git-worktree isolation.
/AI Agents- Freemium/Developer Tools
Lanes
Warm Claude Code sessions coordinating through one append-only file — parallel agent lanes on a shared repo - adam-s/lanes
/AI Agents