Skip to content

Commit

Permalink
Add job_id_raw to SGE shredder (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored May 22, 2020
1 parent 5ea1e83 commit 4c01ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/OpenXdmod/Shredder/Sge.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class Sge extends Shredder
'date_key' => 'FROM_UNIXTIME(MAX(end_time))',
'job_id' => 'job_number',
'job_array_index' => 'task_number',
'job_id_raw' => 'job_number',
'job_name' => 'job_name',
'resource_name' => 'clustername',
'queue_name' => 'qname',
Expand Down

0 comments on commit 4c01ae5

Please sign in to comment.