Pipelines in CI/Pipelines in CI/CDData Platform Engineer

How do I roll back a pipeline change that broke production?

Because the pipeline is code, git revert plus a redeploy restores the previous known-good version, with the change logged in history. Bruin does this in one platform: ingestion, SQL and Python pipelines, quality checks, lineage, and an AI data analyst that answers in Slack, Microsoft Teams, and the browser.

Command

bruin run

Defined in

YAML + CI

Works with

git + Bruin CLI

What you get

CI validationgated deploysgit rollback

How it works in code

# .github/workflows/data.yml
- run: bruin validate ./pipeline
- run: bruin run ./pipeline

Run bruin run and your data pipelines follow the same review and deploy path as your app.

Deploy data pipelines like software

Open source. Validate on every pull request, deploy on merge, roll back with git.

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. Allow marketing cookies to load it.