{ "title": "Query references not added dataset", "input": { "WHERE": { "OR": [ { "AND": [ { "GT": { "ubc_avg": 90 } }, { "IS": { "ubc_dept": "adhe" } } ] }, { "EQ": { "ubc_avg": 95 } } ] }, "OPTIONS": { "COLUMNS": [ "ubc_dept", "ubc_id", "ubc_avg" ], "ORDER": "ubc_avg" } }, "errorExpected": true, "orderExpected": true, "orderBy": "ubc_avg", "expected": "InsightError" }