We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cd255 commit 92d4456Copy full SHA for 92d4456
1 file changed
testgen/template/validate_tests/ex_get_test_column_list_tg.sql
@@ -24,6 +24,7 @@
24
WHERE test_suite_id = '{TEST_SUITE_ID}'
25
AND COALESCE(test_active, 'Y') = 'Y'
26
AND t.test_scope = 'referential'
27
+ AND t.test_type NOT LIKE 'Aggregate_%'
28
UNION
29
-- FROM: groupby_names (should be referential)
30
SELECT cat_test_id,
@@ -60,6 +61,7 @@
60
61
62
63
64
65
66
-- FROM: match_groupby_names (referential)
67
0 commit comments