modify ugly name

This commit is contained in:
Pablo Martin 2025-03-20 17:03:13 +01:00
parent 61007cff09
commit 6a38a4ec48

View file

@ -27,7 +27,7 @@ with
),
date_ranges as (
select
{{ yesterday }} as current_date,
{{ yesterday }} as current_date_col,
date_trunc('month', {{ yesterday }}) as current_month_start,
date_trunc('week', {{ yesterday }}) as current_week_start, -- Start of the current week
date_trunc('week', {{ yesterday }} - interval '1 year') as py_week_start, -- Start of the same week last year