The failure mode we kept seeing
Talk to enough teams about their existing data tools and a pattern shows up: someone builds a workflow, leaves the company or moves teams, and what's left behind is a black box. The person who inherits it can see the output, but not why it's correct — or whether it still is.
Visual tools are supposed to fix this. A canvas is easier to read than a script, in theory. But if the canvas is just a UI layer sitting on top of logic you can't inspect, you've traded one black box for a slightly friendlier-looking one.
Our answer: show the actual query
Every DataQloo workflow's SQL tab shows the exact, parameterized query the canvas compiles to — not a paraphrase, not an approximation, the real thing that runs against your database. If you don't trust the visual layer, you don't have to; you can read the SQL directly.
This isn't a debug feature bolted on for engineers. It's meant to be checked by anyone — an analyst verifying a number looks right, an engineer reviewing a workflow before it's relied on, a new team member trying to understand what a workflow actually does.
What this costs us
Being transparent about what's running also means being transparent about what's not built yet. We'd rather a page say "Coming Soon" honestly than imply a capability exists. See our feature roadmap for the long list of things that aren't done — that list is public for the same reason the SQL tab exists.
See it yourself
Build any workflow in the Designer and open the SQL tab — it's read-only, and it's exactly what ran.
Related reading
"Coming Soon" Means Coming Soon: Why Our Roadmap Is Public
Every unfinished feature on this site is labeled, not hidden. Here's why we built it that way from the start.
What Early Access Actually Means at DataQloo
"Early access" gets used loosely enough that it's worth being specific about what it actually means here — what's free, what it costs, and what you actually get for joining now instead of later.
Manual Reporting vs. Reusable Visual Workflows: A Side-by-Side Time Comparison
Same report, same data, two processes. Here's exactly where the time goes in each — not as an estimate, but step by step.
Get new posts by email
Engineering notes and product updates from the DataQloo team, occasionally.