Skip to content

Commit

Permalink
Merge pull request #78 from TeoMeWhy/feat/dota
Browse files Browse the repository at this point in the history
Fix idTeam as primarykey
  • Loading branch information
TeoCalvo authored Aug 23, 2023
2 parents d5376fd + d3273a0 commit 44b6fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/03.silver/dota/feature_store/etl/teams.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SELECT
t1.dtReference,

t1.idTeam,

t1.idTeam AS idTeamRadiant,
t1.descTeamName AS descTeamNameRadiant,
t1.descTeamTag AS descTeamTagRadiant,
Expand Down

0 comments on commit 44b6fd8

Please sign in to comment.