Skip to content

Commit 4a9c896

Browse files
committed
[core] Also send run number to ODC in SetProperties call
1 parent fec9a69 commit 4a9c896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/integration/odc/handlers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func handleStart(ctx context.Context, odcClient *RpcClient, arguments map[string
114114
Partitionid: envId,
115115
Path: "",
116116
Properties: make([]*odcpb.Property, len(arguments)),
117+
Runnr: runNumber,
117118
}
118119

119120
// Extract relevant parameters from Arguments payload

0 commit comments

Comments
 (0)