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.
1 parent dee748e commit 71bed4aCopy full SHA for 71bed4a
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