rszper commented on code in PR #30381:
URL: https://github.com/apache/beam/pull/30381#discussion_r1499551948


##########
website/www/site/content/en/documentation/sdks/yaml.md:
##########
@@ -85,8 +85,13 @@ python -m apache_beam.yaml.main 
--yaml_pipeline_file=/path/to/pipeline.yaml --ru
 
 (This requires [Graphviz](https://graphviz.org/download/) to be installed to 
render the pipeline.)
 
-We intend to support running a pipeline on Dataflow by directly passing the
-yaml specification to a template, no local installation of the Beam SDKs 
required.
+A yaml pipeline can also be directly submitted Dataflow via
+[gcloud](https://cloud.google.com/sdk/gcloud/reference/beta/dataflow/yaml/run),

Review Comment:
   ```suggestion
   [`gcloud beta dataflow yaml 
run`](https://cloud.google.com/sdk/gcloud/reference/beta/dataflow/yaml/run).
   ```



##########
website/www/site/content/en/documentation/sdks/yaml.md:
##########
@@ -85,8 +85,13 @@ python -m apache_beam.yaml.main 
--yaml_pipeline_file=/path/to/pipeline.yaml --ru
 
 (This requires [Graphviz](https://graphviz.org/download/) to be installed to 
render the pipeline.)
 
-We intend to support running a pipeline on Dataflow by directly passing the
-yaml specification to a template, no local installation of the Beam SDKs 
required.
+A yaml pipeline can also be directly submitted Dataflow via

Review Comment:
   ```suggestion
   You can also submit a YAML pipeline directly by using the Dataflow CLI 
command
   ```



##########
website/www/site/content/en/documentation/sdks/yaml.md:
##########
@@ -85,8 +85,13 @@ python -m apache_beam.yaml.main 
--yaml_pipeline_file=/path/to/pipeline.yaml --ru
 
 (This requires [Graphviz](https://graphviz.org/download/) to be installed to 
render the pipeline.)
 
-We intend to support running a pipeline on Dataflow by directly passing the
-yaml specification to a template, no local installation of the Beam SDKs 
required.
+A yaml pipeline can also be directly submitted Dataflow via
+[gcloud](https://cloud.google.com/sdk/gcloud/reference/beta/dataflow/yaml/run),
+no local installation of the Beam SDKs required.

Review Comment:
   ```suggestion
   When you use the `gcloud` CLI, you don't need to install the Beam SDKs 
locally.
   ```



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

Reply via email to