Closed Jstein77 closed 3 months ago
The agg enum currently includes "avg" which is incorrect. The correct aggregation type for averages is "average". This is causing "average" to appear incorrect in the cloud IDE.
This PR updated the enum from avg --> average.
The agg enum currently includes "avg" which is incorrect. The correct aggregation type for averages is "average". This is causing "average" to appear incorrect in the cloud IDE.
This PR updated the enum from avg --> average.