Bruin CLI Step 2 of 2
Using Bruin Templates
1) Understand the assets
Before running, take a look at what the template created:
Ingestr assets pull exchange rate data from the Frankfurter API. These are YAML files that tell Bruin what data to fetch and where to store it.
SQL assets transform the raw ingested data. For example, the template includes a SQL query that presents exchange rate trends over the last 30 days.
The SQL assets depend on the ingestr assets, so Bruin automatically runs ingestion first, then transformation.