Skip to content

Commit

Permalink
Documentation and syntax updates from PR suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Weeden <31246768+aaronweeden@users.noreply.github.com>
  • Loading branch information
eiffel777 and aaronweeden authored Dec 4, 2024
1 parent 2bb2f9a commit 9709d5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"type": "LEFT",
"on": "a.principalinvestigator_person_id = pi.id"
}
],
],
"orderby": [
"resource_id ASC, instance_id ASC, start_time_ts ASC"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"type": "int(11)",
"nullable": false,
"default": -1,
"comment": "DIMENSION: The organization of the person that ran the jobs."
"comment": "DIMENSION: The organization of the person to whom the VM is assigned."
},{
"name": "systemaccount_id",
"type": "int(11)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"type": "int(11)",
"nullable": false,
"default": -1,
"comment": "DIMENSION: The organization of the PI that owns the project that funds these jobs. References piperson.organization_id"
"comment": "DIMENSION: The organization of the PI that owns the project that funds these VMs. References piperson.organization_id"
},{
"name": "fos_id",
"type": "int(11)",
Expand Down

0 comments on commit 9709d5c

Please sign in to comment.