Add week number to model
This commit is contained in:
parent
ef03c0b60f
commit
220e96749c
5 changed files with 31 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ with
|
|||
|
||||
select
|
||||
date_day as date_day,
|
||||
date_week as date_week,
|
||||
py_date_day as py_date_day,
|
||||
has_payment as has_payment,
|
||||
has_id_check as has_id_check,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,12 @@ models:
|
|||
tests:
|
||||
- not_null
|
||||
|
||||
- name: date_week
|
||||
data_type: string
|
||||
description: "Week number of when Guest Journeys have been completed."
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: py_date_day
|
||||
data_type: date
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue