Skip to content

Commit

Permalink
Add queuedDurationSec at JobReport types
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 committed Sep 1, 2024
1 parent aa0419c commit 817232c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bigquery_schema/workflow_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
"name": "executorName",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "queuedDurationSec",
"type": "FLOAT",
"mode": "NULLABLE"
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion proto/workflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ message PbJobReport {
string executorClass = 12;
string executorType = 13;
string executorName = 14;
float queuedDurationSec = 15;
}

message PbStepReport {
Expand All @@ -85,4 +86,4 @@ message PbWorkflowParams {
string workflowRunId = 2;
int32 buildNumber = 3;
string workflowName = 4;
}
}
1 change: 1 addition & 0 deletions src/pb_types/workflow.ts

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

0 comments on commit 817232c

Please sign in to comment.