Pipeline Orchestration - toddbadams/strawberry GitHub Wiki
Epic: Pipeline Orchestration
-
🔴 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: 🔴
-
🔴 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: 🔴