{
"title": "TransformationsHasThreeKeys",
"input": {
"WHERE": {
"GT": {
"sections_avg": 97
}
},
"OPTIONS": {
"COLUMNS": [
"sections_avg",
"overallAvg"
],
"ORDER": {
"dir": "DOWN",
"keys": [
"sections_avg"
]
}
},
"TRANSFORMATIONS": {
"GROUP": [
"sections_avg"
],
"APPLY": [
{
"overallAvg": {
"AVG": "sections_avg"
}
}
],
"worng": {}
}
},
"errorExpected": true,
"orderExpected": true,
"orderBy": "sections_avg",
"expected": "InsightError"
}