Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring the Pipeline Runtime #304

Merged
merged 19 commits into from
Aug 7, 2024
Merged

Conversation

zprobst
Copy link
Contributor

@zprobst zprobst commented May 14, 2024

NOTE: The target branch for this is 0.13.

This change introduces a better seperation of responsibility between the different aspects of the pipeline runtime. For instance, there are now specialized input and output classes that handle waiting for streaming data between steps as opposed to jamming things into the step context.

This allows steps access to the context so that they can individually emit messages through context.

Closes #187

Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.89%. Comparing base (8dfb14b) to head (3301d04).
Report is 10 commits behind head on 0.13.

Additional details and impacted files
@@            Coverage Diff             @@
##             0.13     #304      +/-   ##
==========================================
- Coverage   97.93%   97.89%   -0.04%     
==========================================
  Files         144      145       +1     
  Lines        5122     5128       +6     
==========================================
+ Hits         5016     5020       +4     
- Misses        106      108       +2     
Flag Coverage Δ
3.10-macos-latest 97.87% <100.00%> (-0.04%) ⬇️
3.10-ubuntu-latest 97.85% <99.52%> (-0.06%) ⬇️
3.10-windows-latest 97.81% <99.52%> (-0.06%) ⬇️
3.11-macos-latest 97.87% <100.00%> (-0.04%) ⬇️
3.11-ubuntu-latest 97.85% <99.52%> (-0.06%) ⬇️
3.11-windows-latest 97.81% <99.52%> (-0.06%) ⬇️
3.12-macos-latest 97.87% <100.00%> (-0.04%) ⬇️
3.12-ubuntu-latest 97.85% <99.52%> (-0.06%) ⬇️
3.12-windows-latest 97.81% <99.52%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zprobst zprobst changed the base branch from main to 0.13 July 30, 2024 15:15
@zprobst zprobst marked this pull request as ready for review July 30, 2024 16:51
@zprobst zprobst requested a review from ccloes as a code owner July 30, 2024 16:51
@zprobst
Copy link
Contributor Author

zprobst commented Jul 30, 2024

Coverage drop due to removal of covered lines.

@zprobst zprobst linked an issue Jul 30, 2024 that may be closed by this pull request
@zprobst zprobst added this to the 0.13.x milestone Aug 1, 2024
@zprobst zprobst merged commit 008868f into 0.13 Aug 7, 2024
11 checks passed
@zprobst zprobst deleted the refactor/remodeled-pipeline-runtime branch August 7, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REQUEST] Redesign the Pipeline Runtime
2 participants