Skip to content

Commit e00a2a6

Browse files
committed
Add local job id raw to the batch export
1 parent e50e2f3 commit e00a2a6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

configuration/rawstatistics.d/20_jobs.json

+7
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@
116116
"documentation": "The unique identifier assigned to the job by the job scheduler.",
117117
"batchExport": true
118118
},
119+
{
120+
"name": "Local Job Id Raw",
121+
"formula": "local_job_id_raw",
122+
"group": "Administration",
123+
"documentation": "A unique identifier assigned to the job by the job scheduler. This field will be identical to the Local Job Id field except for array jobs for the Slurm scheduler. In the case of Slurm array jobs this will be the internal identifier for the job.",
124+
"batchExport": true
125+
},
119126
{
120127
"name": "Resource",
121128
"tableAlias": "rf",

tests/artifacts/xdmod/integration/rest/warehouse/export/output/get_realms.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"id": { "enum": [ "Jobs" ] },
4949
"name": { "enum": [ "Jobs" ] },
5050
"fields": {
51-
"minItems": 28,
52-
"maxItems": 28
51+
"minItems": 29,
52+
"maxItems": 29
5353
}
5454
}
5555
},

0 commit comments

Comments
 (0)