beam icon indicating copy to clipboard operation
beam copied to clipboard

Basic yaml-defined provider.

Open robertwb opened this issue 1 year ago • 3 comments

This allows one to define new transforms with YAML that can be imported and used in other pipelines.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • [ ] Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • [ ] Update CHANGES.md with noteworthy changes.
  • [ ] If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels Python tests Java tests Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

robertwb avatar Jun 25 '24 17:06 robertwb

R: @Polber

robertwb avatar Jun 25 '24 17:06 robertwb

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

github-actions[bot] avatar Jun 25 '24 17:06 github-actions[bot]

Codecov Report

Attention: Patch coverage is 82.85714% with 6 lines in your changes missing coverage. Please review.

Project coverage is 71.40%. Comparing base (f64aec2) to head (8db31ea). Report is 40 commits behind head on master.

Files Patch % Lines
sdks/python/apache_beam/yaml/yaml_provider.py 82.85% 6 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #31684      +/-   ##
============================================
+ Coverage     71.37%   71.40%   +0.02%     
  Complexity     1474     1474              
============================================
  Files           900      900              
  Lines        114202   114306     +104     
  Branches       1076     1076              
============================================
+ Hits          81515    81616     +101     
- Misses        30659    30662       +3     
  Partials       2028     2028              
Flag Coverage Δ
python 81.30% <82.85%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

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

codecov[bot] avatar Jun 26 '24 23:06 codecov[bot]

Ping @Polber

robertwb avatar Jul 01 '24 20:07 robertwb