We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a112435 + 71bed4a commit cb05456Copy full SHA for cb05456
steps/05_database_change_management.sh
@@ -41,7 +41,7 @@ View(
41
42
43
-- 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
+join silver.attractions att on att.geo_id = city.geo_id
45
46
47
-- Append the following updates to the WHEN MATCHED clause of the "vacation_spots_update" task in steps/04_orchestrate_jobs.sql
0 commit comments