From b8882527a1b567b1f4b1d1ac3ea739334563a903 Mon Sep 17 00:00:00 2001 From: Jordan Stein Date: Tue, 13 Aug 2024 09:40:26 -0700 Subject: [PATCH] update average agg --- schemas/latest/dbt_yml_files-latest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/latest/dbt_yml_files-latest.json b/schemas/latest/dbt_yml_files-latest.json index a0e146d..38a7ad0 100644 --- a/schemas/latest/dbt_yml_files-latest.json +++ b/schemas/latest/dbt_yml_files-latest.json @@ -1615,7 +1615,7 @@ "SUM", "MIN", "MAX", - "AVG", + "AVERAGE", "COUNT_DISTINCT", "SUM_BOOLEAN", "COUNT", @@ -1624,7 +1624,7 @@ "sum", "min", "max", - "avg", + "average", "count_distinct", "sum_boolean", "count",