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