Skip to content
Open
Show file tree
Hide file tree
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: 3 additions & 1 deletion flyteidl2/workflow/local_run_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ message CreateLocalRunRequest {
task.TaskSpec task_spec = 4;
}

// Reference to the run's inputs, previously uploaded via DataProxyService.UploadMetadata.
// Reference to the run's inputs, previously uploaded via
// DataProxyService.CreateUploadLocation (routed with
// SelectClusterRequest.OPERATION_LOCAL_RUN_DATA).
optional common.OffloadedInputData offloaded_input_data = 5;

// The run spec to use. Only client-relevant fields are honored; dataplane scheduling fields
Expand Down
4 changes: 3 additions & 1 deletion gen/go/flyteidl2/workflow/local_run_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading