commit wip
This commit is contained in:
parent
9704426dd6
commit
f3842c950b
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ models:
|
|||
- relationships:
|
||||
to: ref('stg_core__user')
|
||||
field: id_user
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: host_user_claim_logs
|
||||
data_type: text
|
||||
|
|
@ -149,6 +150,7 @@ models:
|
|||
- relationships:
|
||||
to: ref('stg_core__user')
|
||||
field: id_user
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: guest_email
|
||||
data_type: text
|
||||
|
|
@ -240,6 +242,7 @@ models:
|
|||
- relationships:
|
||||
to: ref('stg_core__accommodation')
|
||||
field: id_accommodation
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: accommodation_url
|
||||
data_type: text
|
||||
|
|
@ -307,6 +310,7 @@ models:
|
|||
- relationships:
|
||||
to: ref('stg_core__booking')
|
||||
field: id_booking
|
||||
where: "document_version <> 'OldClaimToIncidentModel'"
|
||||
|
||||
- name: booking_status
|
||||
data_type: text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue