WIP: Stream DAG#3259
Conversation
Reviewer's GuideIntegrates a StreamDAG system into the core SDK to orchestrate complex inter-stream dependencies, extends Tap to configure and expose the DAG, updates a RESTStream type annotation for numeric backoff, and adds comprehensive tests, examples, helper patterns, and documentation for the new DAG API. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Documentation build overview
Show files changed (5 files in total): 📝 4 modified | ➕ 1 added | ➖ 0 deleted
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3259 +/- ##
==========================================
- Coverage 92.93% 91.18% -1.76%
==========================================
Files 63 65 +2
Lines 5453 5717 +264
Branches 682 728 +46
==========================================
+ Hits 5068 5213 +145
- Misses 280 385 +105
- Partials 105 119 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cb8947d to
7cb1fe5
Compare
CodSpeed Performance ReportMerging #3259 will not alter performanceComparing Summary
Footnotes |
Summary by Sourcery
Update the RESTStream backoff_runtime signature and introduce comprehensive Stream DAG functionality for orchestrating complex inter-stream dependencies.
New Features:
Enhancements:
Documentation:
Tests: