Skip to content

Commit

Permalink
Merge pull request #74 from TeoMeWhy/feat/dota
Browse files Browse the repository at this point in the history
Fix: add date filter
  • Loading branch information
TeoCalvo authored Aug 22, 2023
2 parents 38210cc + af7868d commit 1723f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/03.silver/dota/feature_store/etl/teams.sql
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ LEFT JOIN feature_store.dota_players_30 AS t4
ON t1.dtReference = t4.dtReference
AND t1.idPlayer = t4.idPlayer

-- WHERE t1.dtReference = '{date}'
WHERE t1.dtReference = '{date}'

GROUP BY t1.dtReference, t1.idTeam, t1.descTeamName, t1.descTeamTag
ORDER BY t1.idTeam, t1.dtReference

0 comments on commit 1723f5a

Please sign in to comment.