From 9709d5cb9594e77afab63981bb002713190ff288 Mon Sep 17 00:00:00 2001 From: Greg Dean Date: Wed, 4 Dec 2024 18:21:27 -0500 Subject: [PATCH] Documentation and syntax updates from PR suggestions Co-authored-by: Aaron Weeden <31246768+aaronweeden@users.noreply.github.com> --- .../etl/etl_action_defs.d/cloud_common/session_records.json | 2 +- configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json | 2 +- .../etl/etl_tables.d/cloud_common/cloudfact_by_day.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/etl/etl_action_defs.d/cloud_common/session_records.json b/configuration/etl/etl_action_defs.d/cloud_common/session_records.json index a500a3c041..9d5ff1fd3c 100644 --- a/configuration/etl/etl_action_defs.d/cloud_common/session_records.json +++ b/configuration/etl/etl_action_defs.d/cloud_common/session_records.json @@ -99,7 +99,7 @@ "type": "LEFT", "on": "a.principalinvestigator_person_id = pi.id" } - ], + ], "orderby": [ "resource_id ASC, instance_id ASC, start_time_ts ASC" ] diff --git a/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json b/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json index a409fa7fbc..75e1015990 100644 --- a/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json +++ b/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json @@ -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)", diff --git a/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_day.json b/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_day.json index cde259d462..59e0af0f85 100644 --- a/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_day.json +++ b/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_day.json @@ -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)",