|
208 | 208 | "type": "decimal(18,0)",
|
209 | 209 | "nullable": true,
|
210 | 210 | "comment": "FACT: The amount of local SUs charged to jobs pertaining to this day. If a job took more than one day, its local_charge is distributed linearly across the days it used."
|
211 |
| - },{ |
212 |
| - "name": "task_local_charge_xdsu", |
213 |
| - "type": "decimal(18,0)", |
214 |
| - "nullable": true, |
215 |
| - "comment": "FACT: The amount of XDSUs charged to jobs pertaining to this day. If a job took more than one day, its local_charge is distributed linearly across the days it used." |
216 |
| - },{ |
217 |
| - "name": "task_local_charge_nu", |
218 |
| - "type": "decimal(18,0)", |
219 |
| - "nullable": true, |
220 |
| - "comment": "FACT: The amount of NUs charged to jobs pertaining to this day. If a job took more than one day, its local_charge is distributed linearly across the days it used." |
221 |
| - },{ |
222 |
| - "name": "task_adjusted_charge_su", |
223 |
| - "type": "decimal(18,0)", |
224 |
| - "nullable": true, |
225 |
| - "comment": "FACT: The amount of local SUs charged to jobs pertaining to this day. If a job took more than one day, its local_charge is distributed linearly across the days it used." |
226 |
| - },{ |
227 |
| - "name": "task_adjusted_charge_xdsu", |
228 |
| - "type": "decimal(18,0)", |
229 |
| - "nullable": true, |
230 |
| - "comment": "FACT: The amount of XDSUs charged to jobs pertaining to this day. If a job took more than one day, its local_charge is distributed linearly across the days it used." |
231 |
| - },{ |
232 |
| - "name": "task_adjusted_charge_nu", |
233 |
| - "type": "decimal(18,0)", |
234 |
| - "nullable": true, |
235 |
| - "comment": "FACT: The amount of NUs charged to jobs pertaining to this day. If a job took more than one day, its local_charge is distributed linearly across the days it used." |
236 | 211 | },{
|
237 | 212 | "name": "sum_local_charge_xdsu_squared",
|
238 | 213 | "type": "decimal(36,4)",
|
|
0 commit comments