liferoad commented on code in PR #35931:
URL: https://github.com/apache/beam/pull/35931#discussion_r2304030444
##########
website/www/site/content/en/documentation/sdks/yaml.md:
##########
@@ -742,6 +742,74 @@ or writing dated sources and sinks, e.g.
would write to files like `gs://path/to/2016/08/04/dated-output*.json`.
+A user can also use the `% include` directive to pull in other common
templates:
+
+<PATH_TO_YOUR_REPO>/pipeline.yaml
+```sh
+pipeline:
+ transforms:
+ - name: Read from GCS
+ type: ReadFromText
+ config:
+{% include '<PATH_TO_YOUR_REPO>/submodules/readFromText.yaml' %}
Review Comment:
we probably can call out the indent issue here.
--
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]