Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate top-level display data in yaml main. #28512

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

robertwb
Copy link
Contributor

This will be useful in case the UI wants to display it.


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.

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #28512 (148b85e) into master (881c597) will decrease coverage by 0.10%.
Report is 260 commits behind head on master.
The diff coverage is 69.56%.

@@            Coverage Diff             @@
##           master   #28512      +/-   ##
==========================================
- Coverage   72.26%   72.17%   -0.10%     
==========================================
  Files         684      686       +2     
  Lines      100842   101537     +695     
==========================================
+ Hits        72878    73283     +405     
- Misses      26384    26674     +290     
  Partials     1580     1580              
Flag Coverage Δ
python 82.61% <69.56%> (-0.27%) ⬇️

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

Files Coverage Δ
sdks/python/apache_beam/pipeline.py 91.75% <90.90%> (-0.12%) ⬇️
sdks/python/apache_beam/transforms/display.py 92.20% <75.00%> (-1.17%) ⬇️
sdks/python/apache_beam/yaml/main.py 0.00% <0.00%> (ø)

... and 44 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@robertwb
Copy link
Contributor Author

robertwb commented Oct 6, 2023

R: @Polber

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

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

pickle_library='cloudpickle',
**yaml_transform.SafeLineLoader.strip_metadata(pipeline_spec.get(
'options', {})))) as p:
with beam.Pipeline( #
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erroneous '#'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually to prevent some odd yapf formatting. Clarifying.

@robertwb robertwb merged commit 2bbb348 into apache:master Oct 9, 2023
2 of 3 checks passed
@AnandInguva
Copy link
Contributor

AnandInguva commented Oct 9, 2023

I think this PR is causing docs test to fail -https://github.com/apache/beam/actions/runs/6461453740/job/17541145482?pr=28902 or I might need to rebase my PR on to master.I will check

@robertwb
Copy link
Contributor Author

robertwb commented Oct 9, 2023

Huh. codecov was the only failure in presubmits, but it looks like a bunch didn't run. Reverting for now to diagnose.

@github-actions github-actions bot added the yaml label Oct 10, 2023
robertwb added a commit to robertwb/incubator-beam that referenced this pull request Oct 10, 2023
robertwb added a commit that referenced this pull request Oct 11, 2023
Reapply "Populate top-level display data in yaml main. (#28512)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants