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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to