From 54dd06167e941680bee54dfa72db0104c3e01b59 Mon Sep 17 00:00:00 2001 From: Joseph White Date: Mon, 15 May 2023 09:47:10 -0400 Subject: [PATCH] Add local job id raw to the batch export --- configuration/rawstatistics.d/20_jobs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration/rawstatistics.d/20_jobs.json b/configuration/rawstatistics.d/20_jobs.json index 50d534ed62..ca633da26b 100644 --- a/configuration/rawstatistics.d/20_jobs.json +++ b/configuration/rawstatistics.d/20_jobs.json @@ -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",