Skip to content

Commit

Permalink
Merge pull request #154 from dbt-labs/js-update-average-agg
Browse files Browse the repository at this point in the history
Update agg enum from avg --> average
  • Loading branch information
matthewshaver authored Aug 13, 2024
2 parents 3060aa0 + b888252 commit 21fa5f6
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 21fa5f6

Please sign in to comment.