From a4011170c52dd5b856fbca98147f26a664884c27 Mon Sep 17 00:00:00 2001 From: Jacob Beck Date: Mon, 14 Sep 2020 13:52:17 -0600 Subject: [PATCH] got redshifted --- .../029_docs_generate_tests/test_docs_generate.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/integration/029_docs_generate_tests/test_docs_generate.py b/test/integration/029_docs_generate_tests/test_docs_generate.py index e48ea99b010..f9b0eb8a34b 100644 --- a/test/integration/029_docs_generate_tests/test_docs_generate.py +++ b/test/integration/029_docs_generate_tests/test_docs_generate.py @@ -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 }, @@ -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",