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/06 14:52:56 UTC

[GitHub] [beam] pabloem commented on a change in pull request #16119: [BEAM-13363][Playground] Add pipeline options support for Examples API

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



##########
File path: playground/api/v1/api.proto
##########
@@ -135,6 +135,7 @@ message PrecompiledObject{
   string name = 2;
   string description = 3;
   PrecompiledObjectType type = 4;
+  string pipeline_options = 5;

Review comment:
       Can you document what's the format of the pipeline options? (`option1=val1,option2=val2`? or `--option1=val1 --option2=val2`? Is it the same for Python?)




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