Skip to content

Commit

Permalink
update average agg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jstein77 committed Aug 13, 2024
1 parent 3060aa0 commit b888252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/latest/dbt_yml_files-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@
"SUM",
"MIN",
"MAX",
"AVG",
"AVERAGE",
"COUNT_DISTINCT",
"SUM_BOOLEAN",
"COUNT",
Expand All @@ -1624,7 +1624,7 @@
"sum",
"min",
"max",
"avg",
"average",
"count_distinct",
"sum_boolean",
"count",
Expand Down

0 comments on commit b888252

Please sign in to comment.