CourseInsights / test / resources / queries / invalid / groupsIsObject.json
groupsIsObject.json
Raw
{
	"title": "GroupsIsObject",
	"input": {
		"WHERE": {
			"GT": {
				"sections_avg": 97
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_avg",
				"overallAvg"
			],
			"ORDER": {
				"dir": "DOWN",
				"keys": [
					"sections_avg"
				]
			}
		},
		"TRANSFORMATIONS": {
			"GROUP": {},
			"APPLY": [
				{
					"overallAvg": {
						"AVG": "sections_avg"
					}
				}
			]
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}