We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf3275 commit 04290dcCopy full SHA for 04290dc
tests_and_examples/run_query_tests.py
@@ -387,13 +387,13 @@ def indexof(x, result):
387
def main():
388
# SlicingDice queries to be tested. Must match the JSON file name.
389
query_types = [
390
- # 'count_entity',
391
- # 'count_event',
392
- # 'top_values',
393
- # 'aggregation',
394
- # 'score',
395
- # 'result'
396
- 'sql'
+ 'count_entity',
+ 'count_event',
+ 'top_values',
+ 'aggregation',
+ 'score',
+ 'result',
+ 'sql'
397
]
398
399
# Testing class with demo API key or one of your API key
0 commit comments