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

@ -5885,6 +5885,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: has_payment
data_type: string
description: Has there been any guest payments on the guest journey.
@ -5933,6 +5939,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: |