-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: [Python] BatchElements and ToList website examples are broken #32544
Comments
@damccorm You helped me with the original PR. Any idea what's missing here? |
I think I already fixed broken examples here: #31647. |
Also came across this issue; to my knowledge, the website is are being updated regularly, most likely additional changes are necessary |
The website uses beam 2.56.0 which doesn't have transforms with the correct names |
I don't think the problem is with the website, it is with the playground itself. If you click through to playground, the same problem exists - https://play.beam.apache.org/?path=SDK_PYTHON_ToList&sdk=python |
There was a issue in inline yaml for prod playground deploy. That is fixed and is running 2.59 now |
The version has been updated, but the examples are still broken. We are working on it. |
Thanks for the update! |
Looks like all examples are fixed |
Confirmed they look good. Thanks for the fix!! |
Thanks all! |
What happened?
https://beam.apache.org/documentation/transforms/python/aggregation/batchelements/
https://beam.apache.org/documentation/transforms/python/aggregation/tolist/
These were introduced by #30788
I checked in Beam Playground with
print(beam.__version__)
and it looks like it's' running 2.56 which is when these examples were added. I'm not sure if maybe there's an extra step somewhere to update some database of examples used for the website?Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: