Skip to content

load_players_table_day2 fix #353

@rk9511

Description

@rk9511

In the path, https://github.com/DataExpert-io/data-engineer-handbook/blob/main/intermediate-bootcamp/materials/1-dimensional-data-modeling/sql/load_players_table_day2.sql

at line no 68 and 69,
current code
(seasons[CARDINALITY(seasons)]::season_stats).season = season AS is_active,
w.season

fix:
w.season,(seasons[CARDINALITY(seasons)]::season_stats).season = season AS is_active

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions