Data modeling
After skippr sync lands bronze data, the Data Agent analyses schemas and produces business-ready models — dimensions, facts, and metrics — as a validated dbt project you can inspect, edit, and run.
AI assists with scaffolding. Schema metadata is the default input; data samples are optional and off by default. See Vision.
Pipeline
- Analyse — schemas, joins, grain, and patterns across landed sources.
- Model — author staging, dimension, and fact SQL as standard dbt.
- Validate — compile and run against your warehouse (
skippr testfor dbt tests). - Publish — materialise tables you query in the warehouse you already use.
When validation fails, the agent reads the error, adjusts the model, and re-validates for common issues. You still review the SQL.
