-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[YAML] Several improvements to the documentation. #30007
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
Conversation
4ad7784 to
26e8799
Compare
This was pointed out as a pain point by multiple people.
These will get updated when we have proper docs, but it's still good to surface what we have in the meantime.
26e8799 to
e70a28a
Compare
|
R: @Polber |
|
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
f3f0f98 to
afd8b79
Compare
| You can do a dry-run of your pipeline using the render runner to see what the | ||
| execution graph is, e.g. | ||
|
|
||
| ``` | ||
| python -m apache_beam.yaml.main --yaml_pipeline_file=/path/to/pipeline.yaml --runner=apache_beam.runners.render.RenderRunner --render_output=out.png [--render_port=0] | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be nice to mention that graphviz must be installed. I had to install it using these instructions: https://graphviz.org/download/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Added.
Co-authored-by: Jeff Kinard <jeff@thekinards.com>
| ``` | ||
|
|
||
| Currently, in addition to Python, SQL expressions are supported as well | ||
| Currently, in addition to Python, Java and SQL expressions are supported as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be nice to note experimental Javascript support
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
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, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.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)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.