Fixed weekly model
This commit is contained in:
parent
9cb3b9d1dc
commit
82d6870aba
1 changed files with 2 additions and 2 deletions
|
|
@ -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 --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue