What the platform holds around the SQL
- Declared inputs and a single output table per pipeline, so the dependency graph is real rather than implied.
- Event-driven execution. A pipeline runs when a source it declared actually changes, not on a cron guess.
- Pipeline variables and run context, so the same definition serves more than one customer or period without being copied.
- Validation and data-quality checks against the prepared output, before anything downstream sees it.
- Per-cell lineage, so a questioned number resolves back to the records and the pipeline version that produced it.
Where AI fits, and where it does not
The agent can draft a SQL pipeline from a description, and it is genuinely useful for the first eighty percent of a transformation. What it produces is a definition you read and approve, not a black box that starts running.
Nothing runs on a schedule, and nothing writes to a destination, until a person has approved it. That boundary is a product decision rather than a limitation we plan to remove.
