CourseInsights / test / resources / queries / invalid / wrongKeyWhere.json
wrongKeyWhere.json
Raw
{
	"title": "WrongKeyWhere",
	"input": {
		"WHERE": {
			"GT": {
				"sections_seats": 97
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_title",
				"overallAvg"
			]
		},
		"TRANSFORMATIONS": {
			"GROUP": [
				"sections_title"
			],
			"APPLY": [
				{
					"overallAvg": {
						"AVG": "sections_avg"
					}
				}
			]
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}