Check in Hero users table

This commit is contained in:
Joaquin Ossa 2024-12-20 15:36:00 +01:00
parent 7728eb73c1
commit 10f42d1146
4 changed files with 122 additions and 12 deletions

View file

@ -31,6 +31,16 @@ models:
tests:
- not_null
- name: id_currency
data_type: bigint
description: "Id of the currency, works as a foreign key to the
currency table"
tests:
- not_null
- relationships:
to: ref('stg_core__currency')
field: id_currency
- name: guest_last_name
data_type: text
description: Last name of the guest checking in.