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

add multi-row support for collectors #261

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 60.00% and project coverage change: -0.05% :warning:

Comparison is base (64d108f) 76.94% compared to head (72911a2) 76.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #261 +/- ## ========================================== - Coverage 76.94% 76.89% -0.05% ========================================== Files 160 160 Lines 5973 6004 +31 ========================================== + Hits 4596 4617 +21 - Misses 1377 1387 +10 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/261?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/261?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `59.42% <0.00%> (-0.63%)` | :arrow_down: | | [...tors/collector\_pattern/receive\_process\_push\_ack.py](https://app.codecov.io/gh/launchflow/buildflow/pull/261?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL2NvbGxlY3Rvcl9wYXR0ZXJuL3JlY2VpdmVfcHJvY2Vzc19wdXNoX2Fjay5weQ==) | `30.85% <0.00%> (-1.38%)` | :arrow_down: | | [buildflow/io/gcp/pubsub\_subscription.py](https://app.codecov.io/gh/launchflow/buildflow/pull/261?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wdWJzdWJfc3Vic2NyaXB0aW9uLnB5) | `82.22% <50.00%> (-1.50%)` | :arrow_down: | | [end\_to\_end\_tests/collector\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/261?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-ZW5kX3RvX2VuZF90ZXN0cy9jb2xsZWN0b3JfdGVzdC5weQ==) | `94.35% <95.23%> (+0.18%)` | :arrow_up: |

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