Skip to content

Commit 71bed4a

Browse files
committed
Use correct join key
1 parent dee748e commit 71bed4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/05_database_change_management.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ View(
4141
4242
4343
-- Add the "attractions" view to the JOIN clause of the "vacation_spots_update" task in steps/04_orchestrate_jobs.sql
44-
join silver.attractions att on att.geo_name = city.geo_name
44+
join silver.attractions att on att.geo_id = city.geo_id
4545
4646
4747
-- Append the following updates to the WHEN MATCHED clause of the "vacation_spots_update" task in steps/04_orchestrate_jobs.sql

0 commit comments

Comments
 (0)