Weekly aggregated model

This commit is contained in:
Joaquin 2024-11-05 16:04:41 +01:00
parent d8a064fd06
commit 7e786649cc
3 changed files with 173 additions and 2 deletions

View file

@ -13,8 +13,8 @@ with
id.date_day as date,
id.month_start_date as first_day_month,
id.month_end_date as last_day_month,
id.week_start_date as first_day_week,
id.week_end_date as last_day_week,
id.iso_week_start_date as first_day_week,
id.iso_week_end_date as last_day_week,
now()::date as today
from int_dates id
)