derrickaw commented on code in PR #35038:
URL: https://github.com/apache/beam/pull/35038#discussion_r2105481367


##########
sdks/python/apache_beam/yaml/examples/README.md:
##########
@@ -23,36 +23,73 @@
 * [Examples Catalog](#examples-catalog)
   * [Wordcount](#wordcount)
   * [Transforms](#transforms)
-    * [Element-wise](#element-wise)
     * [Aggregation](#aggregation)
+    * [Blueprints](#blueprints)
+    * [Element-wise](#element-wise)
+    * [IO](#io)
+    * [ML](#ml)
+
 <!-- TOC -->
 
+## Prerequistes
+Build this jar for running with the run command in the next stage:
+```
+cd <path_to_beam_repo>/beam; ./gradlew 
sdks:java:io:google-cloud-platform:expansion-service:shadowJar
+```
+
+## Example Run
 This module contains a series of Beam YAML code samples that can be run using
 the command:
 ```
 python -m apache_beam.yaml.main --pipeline_spec_file=/path/to/example.yaml
 ```
 
+Depending on the yaml pipeline, the output maybe sent to the command line or a

Review Comment:
   updated, thanks



-- 
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

Reply via email to