robertwb commented on code in PR #34701: URL: https://github.com/apache/beam/pull/34701#discussion_r2054388221
########## website/www/site/content/en/documentation/sdks/yaml-providers.md: ########## @@ -133,12 +133,14 @@ the implementation in terms of other YAML transforms. properties: n: {type: integer} body: - type: MapToFields - config: - language: python - append: true - fields: - power: "element ** {{n}}" + type: chain Review Comment: I updated this doc to show something that works with the currently released version of beam. The fix in this PR is needed for the non-chain case to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org