We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e47410e + b4f074d commit 7262366Copy full SHA for 7262366
1 file changed
proto/shared/shared.execution_result.proto
@@ -15,7 +15,7 @@ message NodeExecutionResult {
15
16
oneof id {
17
int64 node_id = 1;
18
- int64 function_id = 2;
+ string function_identifier = 2;
19
}
20
21
int64 started_at = 3;
0 commit comments