Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdks/common/runner-api/src/main/proto/beam_runner_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ message Pipeline {
// this pipeline.
Components components = 1;

// (Required) The id of the PTransform that is the root of the pipeline
string root_transform_id = 2;
// (Required) The ids of all PTransforms that are not contained within another PTransform
repeated string root_transform_ids = 2;

// (Optional) Static display data for the pipeline. If there is none,
// it may be omitted.
Expand Down