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
190 stars 7 forks source link

small fixes to s3 file change stream source #336

Closed boetro closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (05836f5) 74.60% compared to head (06cdbb9) 74.66%.

Files Patch % Lines
buildflow/types/aws.py 33.33% 2 Missing :warning:
buildflow/core/app/flow.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #336 +/- ## ========================================== + Coverage 74.60% 74.66% +0.06% ========================================== Files 168 168 Lines 7536 7560 +24 ========================================== + Hits 5622 5645 +23 - Misses 1914 1915 +1 ```

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