Skip to content

Commit

Permalink
Merge pull request #87 from TeoMeWhy/feat/dota
Browse files Browse the repository at this point in the history
Remove date comment in teams feature store
  • Loading branch information
TeoCalvo authored Aug 25, 2023
2 parents 6e0ea9f + 5bb6344 commit 025a62a
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 @@ -669,7 +669,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 025a62a

Please sign in to comment.