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