numaproj / numaflow-python

Numaflow Python SDK
Apache License 2.0
52 stars 18 forks source link

chore: fix example paths for async_log and async_source #183

Closed ayildirim21 closed 3 months ago

ayildirim21 commented 3 months ago

Kindly explain what this PR does.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.70%. Comparing base (61195e5) to head (73af5c4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ========================================== + Coverage 94.65% 94.70% +0.04% ========================================== Files 52 52 Lines 2003 2003 Branches 119 119 ========================================== + Hits 1896 1897 +1 + Misses 78 77 -1 Partials 29 29 ```

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

kohlisid commented 3 months ago

@ayildirim21 Please attach the screenshot from the build and CI test for reference

ayildirim21 commented 3 months ago

Builds for async_source and async_log:

Screenshot 2024-07-12 at 12 39 09 PM

Screenshot 2024-07-12 at 12 39 09 PM

Healthy async_log pipeline:

Screenshot 2024-07-12 at 12 48 02 PM

Healthy async_source pipeline:

Screenshot 2024-07-12 at 12 51 06 PM