Skip to content

Commit

Permalink
Remove date comment in teams feature store
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo authored and TeoCalvo committed Aug 25, 2023
1 parent f11f48c commit 5bb6344
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 5bb6344

Please sign in to comment.