dbt-labs / dbt-jsonschema

Apache License 2.0
123 stars 40 forks source link

Update agg enum from avg --> average #154

Closed Jstein77 closed 3 months ago

Jstein77 commented 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.

Screenshot 2024-08-13 at 9 42 22 AM

This PR updated the enum from avg --> average.