Skip to content

Commit

Permalink
updated groupby ids (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakrabortyr authored Mar 21, 2019
1 parent a88ffd2 commit 9ef0052
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@
"${AGGREGATION_UNIT}_id",
"year",
"${AGGREGATION_UNIT}",
"host_resource_id",
"configuration",
"processorbucket_id",
"memorybucket_id",
"instance_type_id",
"account_id",
"systemaccount_id",
"person_id"
Expand Down
10 changes: 5 additions & 5 deletions configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"name": "processorbucket_id",
"type": "int(4)",
"nullable": true,
"comment": "FACT: Pre-determined processor bucket sizes. References processorbucket.id"
"comment": "DIMENSION: Pre-determined processor bucket sizes. References processorbucket.id"
},{
"name": "memorybucket_id",
"type": "int(4)",
"nullable": true,
"comment": "FACT: Pre-determined memory bucket sizes. References memorybucket.id"
"comment": "DIMENSION: Pre-determined memory bucket sizes. References memorybucket.id"
},{
"name": "instance_type_id",
"type": "int(11)",
Expand All @@ -64,7 +64,7 @@
"name": "num_cores",
"type": "int(11)",
"nullable": false,
"comment": "DIMENSION: Number of cores on a VM."
"comment": "FACT: Number of cores on a VM."
},{
"name": "core_time",
"type": "bigint(42)",
Expand All @@ -84,12 +84,12 @@
"name": "memory_mb",
"type": "int(11)",
"nullable": false,
"comment": "DIMENSION: Amount of memory in MB reserved by a VM."
"comment": "FACT: Amount of memory in MB reserved by a VM."
},{
"name": "disk_gb",
"type": "int(11)",
"nullable": false,
"comment": "DIMENSION: Disk size in GB reserved by a VM."
"comment": "FACT: Disk size in GB reserved by a VM."
},{
"name": "num_sessions_running",
"type": "int(11)",
Expand Down

0 comments on commit 9ef0052

Please sign in to comment.