How do I consolidate ingestion, transformation and quality into one tool?
Bruin combines ingestion (ingestr), SQL and Python transformation, quality checks, and lineage in a single CLI, so you stop gluing tools together.
Command
bruin runDefined in
SQL + Python + YAML
Works with
a stitched-together stack 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.
One CLI instead of five tools
Open source. Ingest, transform, test, and trace lineage in a single workflow.