Skip to content

Commit 54dd061

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
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",

0 commit comments

Comments
 (0)