Use Cases · For data platform engineers
Data pipelines in CI/CD
Run, validate, and deploy data pipelines from GitHub Actions or GitLab CI. Review changes as code, gate deploys on checks, and roll back with git.
Pipelines in CI/CD
12 use casesRun data pipelines in GitHub Actions
How do I run Bruin pipelines from GitHub Actions?
Run data pipelines in GitLab CI
How do I run Bruin pipelines from GitLab CI?
Validate pipelines on every pull request
How do I catch pipeline errors before merge?
Deploy a pipeline on merge to main
How do I promote pipeline changes to production automatically?
Manage warehouse connections as CI secrets
Where should warehouse credentials live for CI runs?
Run pipelines on a schedule in CI
Can I schedule pipeline runs without a separate orchestrator?
Preview a data change in an ephemeral environment
Can I test a pipeline change against a throwaway schema?
Fail the build when data quality regresses
How do I block merges that break data quality?
Roll back a bad pipeline deploy with git
How do I roll back a pipeline change that broke production?
Review pipeline changes as code
How does my team review data pipeline changes?
Test a backfill safely before running it in prod
How do I dry-run a backfill before it hits production?
Enforce pipeline standards with a linter in CI
How do I keep pipeline definitions consistent across the team?
Run pipelines in GitHub Actions
10 use casesRun Snowflake pipelines in GitHub Actions
How do I run and validate Snowflake pipelines from GitHub Actions?
Run BigQuery pipelines in GitHub Actions
How do I run and validate BigQuery pipelines from GitHub Actions?
Run Postgres pipelines in GitHub Actions
How do I run and validate Postgres pipelines from GitHub Actions?
Run Databricks pipelines in GitHub Actions
How do I run and validate Databricks pipelines from GitHub Actions?
Run Redshift pipelines in GitHub Actions
How do I run and validate Redshift pipelines from GitHub Actions?
Run DuckDB pipelines in GitHub Actions
How do I run and validate DuckDB pipelines from GitHub Actions?
Run MotherDuck pipelines in GitHub Actions
How do I run and validate MotherDuck pipelines from GitHub Actions?
Run ClickHouse pipelines in GitHub Actions
How do I run and validate ClickHouse pipelines from GitHub Actions?
Run MySQL pipelines in GitHub Actions
How do I run and validate MySQL pipelines from GitHub Actions?
Run Athena pipelines in GitHub Actions
How do I run and validate Athena pipelines from GitHub Actions?
Run pipelines in GitLab CI
10 use casesRun Snowflake pipelines in GitLab CI
How do I run and validate Snowflake pipelines from GitLab CI?
Run BigQuery pipelines in GitLab CI
How do I run and validate BigQuery pipelines from GitLab CI?
Run Postgres pipelines in GitLab CI
How do I run and validate Postgres pipelines from GitLab CI?
Run Databricks pipelines in GitLab CI
How do I run and validate Databricks pipelines from GitLab CI?
Run Redshift pipelines in GitLab CI
How do I run and validate Redshift pipelines from GitLab CI?
Run DuckDB pipelines in GitLab CI
How do I run and validate DuckDB pipelines from GitLab CI?
Run MotherDuck pipelines in GitLab CI
How do I run and validate MotherDuck pipelines from GitLab CI?
Run ClickHouse pipelines in GitLab CI
How do I run and validate ClickHouse pipelines from GitLab CI?
Run MySQL pipelines in GitLab CI
How do I run and validate MySQL pipelines from GitLab CI?
Run Athena pipelines in GitLab CI
How do I run and validate Athena pipelines from GitLab CI?
Ship data pipelines like software
Open source. Validate in CI, gate on checks, deploy on merge, roll back with git.