Skip to main content
Multiple independent data sources are fetched concurrently, then a final step merges everything into a single report.

Workflow

pipeline.py

How It Works

  1. fetch_users, fetch_orders, and fetch_inventory run in parallel — no dependencies between them
  2. build_report waits for all three to complete, then merges their outputs

Running

The output will be: