robertwb commented on code in PR #33287: URL: https://github.com/apache/beam/pull/33287#discussion_r1872203291
########## website/www/site/content/en/documentation/sdks/yaml.md: ########## @@ -708,6 +708,49 @@ options: streaming: true ``` +## Jinja Templatization + +It is a common to want to run a single Beam pipeline in different contexts +and/or with different configurations. +When running a YAML pipeline either locally or via the gcloud, Review Comment: Yeah, I agree this isn't worded well. It's not really about the runner that's used, but the entrypoint. (E.g. we don't support this for embedded YamlTransform.) Clarified that it's about both `apache_beam.yaml.main` (which an be local or various remote runners) and `gcloud` (which at the end of the day is `apache_beam.yaml.main`, but isn't s obvious and doesn't require beam to be installed). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
