chamikaramj commented on code in PR #29140:
URL: https://github.com/apache/beam/pull/29140#discussion_r1372354654


##########
model/job-management/src/main/proto/org/apache/beam/model/job_management/v1/beam_expansion_api.proto:
##########
@@ -53,6 +54,10 @@ message ExpansionRequest {
   // coders for the output PCollections. Note that the request
   // may not be fulfilled.
   map<string, string> output_coder_requests = 4;
+
+  // (Optional) A set of Pipeline Options that should be used
+  // when expanding this transform.
+  google.protobuf.Struct pipeline_options = 5;

Review Comment:
   +1. We've been thinking about propagating other PipelineOptions to expansion 
as well (which we can piggy-back on top of this feature, on a case-by-case 
basis).



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