Transformation/Orchestration and schedulingAnalytics Engineer

How do I orchestrate dbt models without Airflow?

Run your dbt project as part of a Bruin pipeline. Bruin resolves dependencies and schedules the run, so you get orchestration for dbt models without standing up and operating Airflow.

Command

bruin run

Defined in

YAML + SQL

Works with

dbt + Bruin CLI

What you get

dbt in a pipelinedependency-aware runsscheduling without Airflow

How it works in code

/* @bruin
name: run_dbt
type: dbt
dbt:
  project_dir: ./dbt
@bruin */

Run bruin run and Bruin orchestrates the dbt run in dependency order.

SQL and Python, one pipeline

Open source. Define assets, declare dependencies, run the graph with bruin run.

Sign up to our newsletter

Practical updates on open-source data pipelines, AI analysts, governance, and what we are shipping at Bruin.

The signup form is hosted by Brevo. Accept cookies to load it.