Check in Hero users table
This commit is contained in:
parent
7728eb73c1
commit
10f42d1146
4 changed files with 122 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue