You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/07 17:08:00 UTC

[GitHub] [beam] pabloem commented on a change in pull request #16127: [BEAM-13366] [Playground] Add support Pipeline Options for Backend

pabloem commented on a change in pull request #16127:
URL: https://github.com/apache/beam/pull/16127#discussion_r764197513



##########
File path: playground/api/v1/api.proto
##########
@@ -56,6 +56,7 @@ enum PrecompiledObjectType {
 message RunCodeRequest {
   string code = 1;
   Sdk sdk = 2;
+  string pipeline_options = 3;

Review comment:
       ```suggestion
     // The pipeline options as they would be passed to the program (e.g. "--option1=value1 --option2=value2")
     string pipeline_options = 3;
   ```




-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org