From 4bdfbafa74d4910bc30d0fd23e8d1cd2e2953c8a Mon Sep 17 00:00:00 2001 From: Mauricio-Coding-Repos Date: Fri, 13 Feb 2026 16:42:25 -0600 Subject: [PATCH] Se corrigio el CREATIOn OR ALTER de country table --- module-1/hamburg_weather/pipeline/data/load_tasty_bytes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-1/hamburg_weather/pipeline/data/load_tasty_bytes.sql b/module-1/hamburg_weather/pipeline/data/load_tasty_bytes.sql index 4f7a32e9..8c4a0283 100644 --- a/module-1/hamburg_weather/pipeline/data/load_tasty_bytes.sql +++ b/module-1/hamburg_weather/pipeline/data/load_tasty_bytes.sql @@ -57,7 +57,7 @@ raw zone table build -- country table build -- todo: complete table build -CREATE TABLE {{env}}_tasty_bytes.raw_pos.country +CREATE OR ALTER TABLE {{env}}_tasty_bytes.raw_pos.country ( country_id NUMBER(18,0), country VARCHAR(16777216),