Skip to content

Commit 25a2360

Browse files
Update name of dataset
1 parent 40bed86 commit 25a2360

File tree

1 file changed

+2
-2
lines changed
  • module-1/hamburg_weather/pipeline/objects/views

1 file changed

+2
-2
lines changed

module-1/hamburg_weather/pipeline/objects/views/views.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SELECT
77
TO_VARCHAR(hd.date_valid_std, 'YYYY-MM') AS yyyy_mm,
88
pc.city_name AS city,
99
c.country AS country_desc
10-
FROM FROSTBYTE_WEATHERSOURCE.onpoint_id.history_day hd
11-
JOIN FROSTBYTE_WEATHERSOURCE.onpoint_id.postal_codes pc
10+
FROM WEATHER_SOURCE_LLC_FROSTBYTE.onpoint_id.history_day hd
11+
JOIN WEATHER_SOURCE_LLC_FROSTBYTE.onpoint_id.postal_codes pc
1212
ON pc.postal_code = hd.postal_code
1313
AND pc.country = hd.country
1414
JOIN {{env}}_tasty_bytes.raw_pos.country c

0 commit comments

Comments
 (0)