Add week number to model

This commit is contained in:
Joaquin Ossa 2024-11-18 11:23:25 +01:00
parent ef03c0b60f
commit 220e96749c
5 changed files with 31 additions and 2 deletions

View file

@ -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,

View file

@ -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: |