Bruin Academy
Guide
Using Bruin Templates
Learn how to use Bruin templates to quickly scaffold data pipelines with pre-configured assets, connections, and transformations.
What
Scaffold complete data pipelines with Bruin templates instead of writing boilerplate from scratch. You will browse built-in templates, initialize one, inspect the generated project, and run the resulting pipeline end to end.
How
Use the interactive bruin init menu or call bruin init <template> <name> directly. The generated project includes connection config, ingestr assets, SQL transformations, and docs. After reviewing the structure, bruin run . executes the full pipeline.
