Skip to content

Commit

Permalink
Add local job id raw to the batch export
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed May 18, 2023
1 parent e50e2f3 commit 54dd061
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configuration/rawstatistics.d/20_jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@
"documentation": "The unique identifier assigned to the job by the job scheduler.",
"batchExport": true
},
{
"name": "Local Job Id Raw",
"formula": "local_job_id_raw",
"group": "Administration",
"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.",
"batchExport": true
},
{
"name": "Resource",
"tableAlias": "rf",
Expand Down

0 comments on commit 54dd061

Please sign in to comment.