dbt Model Generator
Auto-generate dbt staging, intermediate, and mart model SQL files plus YAML schema definitions from a description of your warehouse tables.
✓ 56 reported success·v1.2.0·Updated 2026-04-10
Overview
## Overview
This crystal helps data engineers scaffold a complete dbt model layer in minutes. Provide your source table schema and a description of the business entities you want to expose, and the crystal produces all three model layers along with schema.yml test definitions — following dbt Labs naming conventions throughout.
## What Gets Generated
- **Staging models** — raw source table cleansing, type casting, and renaming
- **Intermediate models** — business logic joins and aggregations
- **Mart models** — analytics-ready wide tables optimized for BI tool consumption
- **schema.yml** — field descriptions, `not_null`, `unique`, and custom data quality tests
FAQ
Discussion (0)
No comments yet. Be the first to share!
Changelog
v1.2.02026-04-10·Contributors: @doramagic-team
Initial release.