Skip to content

Commit

Permalink
slurm2sql: eff view: Add Time column
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Aug 19, 2024
1 parent 0738579 commit 7d1fcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slurm2sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ def infer_type(cd):
'Partition, '
'Account, '
'State, '
'Time, '
'TimeLimit, '
'min(Start) AS Start, '
'max(End) AS End, '
Expand Down

0 comments on commit 7d1fcfb

Please sign in to comment.