Skip to content

Commit 80d42bd

Browse files
authored
Merge pull request #19 from UnityHPC/fix/db_connection_custom_query
Custom query and preprocess missing columns handling
2 parents 95a3cb7 + 6faf44b commit 80d42bd

File tree

14 files changed

+1690
-970
lines changed

14 files changed

+1690
-970
lines changed

docs/preprocess.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
### Attributes Omitted
55
- **UUID**
66
- **Nodes**: NodesList have more specific information
7-
- **Preempted**: Status have more valid information
7+
- **Preempted**: Contains unreliable data. Use Status column instead (PREEMPT for
8+
unfinished, COMPLETE/FAILED/etc. for finished preempted jobs).
89
- **EndTime**: Can be calculated from StartTime and Elapsed
910

1011
### Options for Including or Omitting Jobs
1112
- **Keeping CPU jobs:**
1213
- If `GPUType` is null, the value will be filled with `["cpu"]`
1314
- If `GPUs` is null or is 0, the value will be 0.
1415
- **Keeping jobs where the status is "Failed" or "Cancelled"**
16+
- **Keeping jobs where the QOS is customized (not normal, long, or short)**
1517

1618
### Records Omitted If:
1719
- `Elapsed` is less than the minimum threshold

0 commit comments

Comments
 (0)