Merged PR 4489: Update athena models to remove id_accommodation
# Description Removed `id_accommodation` from athena models I remembered why I had add it before, it was to unite it with the edeposit model with the same number of fields but I fixed it already # Checklist - [x] The edited models and dependants run properly with production data. - [x] The edited models are sufficiently documented. - [x] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Update athena models to remove id_accommodation Related work items: #27938
This commit is contained in:
commit
78d42462a8
5 changed files with 1 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ select
|
|||
av.id_verification,
|
||||
av.id_booking,
|
||||
av.id_user_partner,
|
||||
av.id_accommodation,
|
||||
null as id_accommodation,
|
||||
av.version,
|
||||
av.verification_source,
|
||||
av.verification_status,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue