Can I test a pipeline change against a throwaway schema?
Point the CI run at an ephemeral schema per branch. The change is validated end to end, then the schema is torn down after the check.
Command
bruin runDefined in
YAML + CI
Works with
CI + 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 ./pipelineRun bruin run and your data pipelines follow the same review and deploy path as your app.
Related use cases
Ship data pipelines like software
Open source. Validate in CI, gate on checks, deploy on merge, roll back with git.