Pipeline Orchestration - toddbadams/strawberry GitHub Wiki

Epic: Pipeline Orchestration

  1. 🔴 As a DevOps Engineer, I want to author a Prefect flow that orchestrates data fetch, transform, and load steps so that the pipeline runs reliably on schedule.

    • Acceptance: Prefect flow defined with fetch → transform → load tasks, and runs to completion in dev.
    • Docs:
    • Status: 🔴
    • Priority: 🔴
  2. 🔴 As a DevOps Engineer, I want to configure retries and SLA timeouts in Prefect so that transient API failures auto-recover.

    • Acceptance: Flow retries on HTTP errors and alerts if a run exceeds its SLA.
    • Docs:
    • Status: 🔴
    • Priority: 🔴