feat: refactor project

This commit is contained in:
Stijnvandenbroek
2026-03-06 14:51:26 +00:00
parent c908d96921
commit 535a09fd75
28 changed files with 1136 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
select
avg(elo_rating),
max(elo_rating),
min(elo_rating)
from {elo_schema}.ratings
avg(elo_rating) as avg_elo,
max(elo_rating) as max_elo,
min(elo_rating) as min_elo
from {{ elo_schema }}.ratings