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

ensure we don't block when doing bq insert requests #232

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.03% :warning:

Comparison is base (f4058d6) 80.11% compared to head (9b1e376) 80.08%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #232 +/- ## ========================================== - Coverage 80.11% 80.08% -0.03% ========================================== Files 113 113 Lines 4039 4048 +9 ========================================== + Hits 3236 3242 +6 - Misses 803 806 +3 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/runtime/actors/process\_pool.py](https://app.codecov.io/gh/launchflow/buildflow/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL3Byb2Nlc3NfcG9vbC5weQ==) | `38.88% <0.00%> (-1.35%)` | :arrow_down: | | [...flow/core/io/gcp/strategies/bigquery\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL3N0cmF0ZWdpZXMvYmlncXVlcnlfc3RyYXRlZ2llcy5weQ==) | `93.75% <88.88%> (+1.44%)` | :arrow_up: |

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