Skip to content

Updated the scorer_class to scoring_class in the load_players_table_day2.sql file#1

Open
truelis wants to merge 1 commit intoDataExpert-io-Community:mainfrom
truelis:patch-1
Open

Updated the scorer_class to scoring_class in the load_players_table_day2.sql file#1
truelis wants to merge 1 commit intoDataExpert-io-Community:mainfrom
truelis:patch-1

Conversation

@truelis
Copy link

@truelis truelis commented Nov 19, 2024

Seems like the scoring_class we created in day 1 lab is referred here as scorer_class which raises an error and doesn't let you insert data into the players table (once trying to drop and recreate the table in the beginning of lab 2 video). The drop and recreating the players table steps are fine but then when you try to input data into the table with this script it fails because of the scorer_class that does not exist in the definition of the players table as a column.

…le_day2.sql

Seems like the `scoring_class` we created in day 1 lab is referred here as `scorer_class` which raises an error and doesn't let you insert data into the `players` table (once trying to drop and recreate the table in the beginning of lab 2 video). The drop and recreating the `players` table steps are fine but then when you try to input data into the table with this script it fails because of the `scorer_class` that does not exist in the definition of the players table as a column.
avilaplana pushed a commit to avilaplana/data-engineer-handbook that referenced this pull request Jul 29, 2025
avilaplana pushed a commit to avilaplana/data-engineer-handbook that referenced this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant