Skip to content

Commit

Permalink
Remover coluna sport_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Jul 17, 2024
1 parent 4dabad5 commit de16672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions models/world_olympedia_olympics/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ models:
game url
- name: sport
description: Sport for the event
- name: sport_url
description: Url for the sport (higher umbrella) to the actual event
- name: result_date
description: Start date of the event
- name: result_location
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ select
safe_cast(edition as string) edition,
safe_cast(edition_id as string) edition_id,
safe_cast(sport as string) sport,
safe_cast(sport_url as string) sport_url,
safe_cast(result_date as string) result_date,
safe_cast(result_location as string) result_location,
safe_cast(result_participants as string) result_participants,
Expand Down

0 comments on commit de16672

Please sign in to comment.