Skip to content

Commit

Permalink
got redshifted
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Sep 14, 2020
1 parent 4768ac5 commit e96f4a5
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _redshift_stats(self):
"diststyle": {
"id": "diststyle",
"label": "Dist Style",
"value": AnyStringWith(None),
"value": AnyStringWith('AUTO'),
"description": "Distribution style or distribution key column, if key distribution is defined.",
"include": True
},
Expand All @@ -220,6 +220,13 @@ def _redshift_stats(self):
"description": "Approximate size of the table, calculated from a count of 1MB blocks",
"include": True
},
'sortkey1': {
'id': 'sortkey1',
'label': 'Sort Key 1',
'value': AnyStringWith('AUTO'),
'description': 'First column in the sort key.',
'include': True,
},
"pct_used": {
"id": "pct_used",
"label": "Disk Utilization",
Expand Down

0 comments on commit e96f4a5

Please sign in to comment.