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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]