feat: refactor project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user