How do I move dbt models to Bruin?
Bring your SQL models across and add Bruin's YAML metadata. You keep SQL-based transformations but gain built-in ingestion, Python assets, quality checks, and lineage in one tool.
Command
bruin runDefined in
SQL + Python + YAML
Works with
dbt project + Bruin
What you get
One tool for ingesttransformqualitylineage
How it works in code
$ bruin validate ./pipeline
$ bruin run ./pipelineRun bruin run and ingestion, transformation, quality and lineage live in one CLI.
Migrate incrementally, not all at once
Open source. Run both stacks in parallel, verify parity, then cut over.