Bruin CLI Step 3 of 3
Oracle to DuckDB
1) Run the pipeline
Execute the pipeline:
bruin run . --config-file ./.bruin.yml
You'll see Bruin:
- Run three ingestr jobs in parallel - one for each Oracle table (customers, orders, order_items)
- Run the
sales_per_customer.sqltransformation after all three complete
The entire pipeline should finish in about 10 seconds on a local Docker environment.