Fixed weekly model

This commit is contained in:
Joaquin 2025-04-03 17:44:09 +02:00
parent 9cb3b9d1dc
commit 82d6870aba

View file

@ -6,8 +6,8 @@
{% for dimension in dimensions %}
select
-- Unique Key --
d.first_day_month as start_date,
d.last_day_month as end_date,
d.first_day_week as start_date,
d.last_day_week as end_date,
{{ dimension.dimension }} as dimension,
{{ dimension.dimension_value }} as dimension_value,
-- Metrics --