Skip to content

Commit

Permalink
Merge pull request #1352 from jpwhite4/cloud_dim
Browse files Browse the repository at this point in the history
Fix bugs in definition of cloud fact tables.
  • Loading branch information
jpwhite4 authored Jun 26, 2020
2 parents 3c9a1e3 + 0a64006 commit cdd1ed0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},{
"name": "processorbucket_id",
"type": "int(4)",
"nullable": true,
"comment": "DIMENSION: Pre-determined processor bucket sizes. References processorbucket.id"
"nullable": false,
"comment": "DIMENSION: Pre-determined processor bucket sizes. References processor_buckets.id"
},{
"name": "memorybucket_id",
"type": "int(4)",
"nullable": true,
"comment": "DIMENSION: Pre-determined memory bucket sizes. References memorybucket.id"
"nullable": false,
"comment": "DIMENSION: Pre-determined memory bucket sizes. References memory_buckets.id"
},{
"name": "instance_type_id",
"type": "int(11)",
Expand Down

0 comments on commit cdd1ed0

Please # to comment.