launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

allow a primitive to depend on a list of primitives #317

Closed boetro closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1475 lines in your changes are missing coverage. Please review.

Comparison is base (0b616bb) 78.72% compared to head (f587732) 74.51%. Report is 78 commits behind head on main.

Files Patch % Lines
...ntime/actors/consumer_pattern/pull_process_push.py 23.29% 135 Missing :warning:
buildflow/core/app/flow.py 72.41% 128 Missing :warning:
buildflow/core/app/runtime/fastapi.py 18.01% 91 Missing :warning:
buildflow/core/app/runtime/actors/runtime.py 18.09% 86 Missing :warning:
...ake/background_tasks/table_load_background_task.py 32.00% 85 Missing :warning:
buildflow/core/app/infra/actors/infra.py 12.08% 80 Missing :warning:
...tors/collector_pattern/receive_process_push_ack.py 34.06% 60 Missing :warning:
...p/runtime/actors/consumer_pattern/consumer_pool.py 26.58% 58 Missing :warning:
...actors/endpoint_pattern/receive_process_respond.py 39.74% 47 Missing :warning:
buildflow/core/processor/utils.py 23.52% 39 Missing :warning:
... and 77 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #317 +/- ## ========================================== - Coverage 78.72% 74.51% -4.21% ========================================== Files 103 168 +65 Lines 3648 7527 +3879 ========================================== + Hits 2872 5609 +2737 - Misses 776 1918 +1142 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.