Skip to content

Commit

Permalink
Fix unabstracted reference in vigilancia_cube
Browse files Browse the repository at this point in the history
  • Loading branch information
sacundim committed Dec 8, 2023
1 parent de31116 commit d3ea383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WITH bulletins AS (
date(downloaded_at AT TIME ZONE 'America/Puerto_Rico') - INTERVAL '1' DAY
AS bulletin_date,
max(downloaded_at) AS downloaded_at
FROM covid19datos_v2_sources.vigilancia_parquet_v4
FROM {{ source('covid19datos_v2', 'vigilancia_v4') }}
GROUP BY date(downloaded_at AT TIME ZONE 'America/Puerto_Rico')
)
SELECT
Expand Down

0 comments on commit d3ea383

Please sign in to comment.