modify ugly name
This commit is contained in:
parent
61007cff09
commit
6a38a4ec48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue