Skip to content

Commit

Permalink
Merge pull request #79 from TeoMeWhy/feat/dota
Browse files Browse the repository at this point in the history
Add date to filter data
  • Loading branch information
TeoCalvo authored Aug 23, 2023
2 parents 44b6fd8 + 9827203 commit 56928ee
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 @@ -156,7 +156,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 56928ee

Please sign in to comment.