Step 3-4 min
Run Pipeline & Verify
Execute the pipeline to transfer Oracle data to DuckDB and verify the aggregated results.
What you'll do
Run the pipeline to transfer all three Oracle tables to DuckDB and verify the results by querying the aggregated sales_per_customer table.
Why this step matters
This is where everything comes together. Bruin runs the ingestr assets in parallel (since they have no dependencies on each other), then runs the SQL transformation that depends on all three. The result is a clean, aggregated report table in DuckDB.