Merged PR 2641: Add version to e-deposit verifications table
# Description Adds a missing field, `version`. # Checklist - [X] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. -> __NO, but I promise they will be eventually__ - [X] The edited models contain PK tests, and I've ran and passed them. - [X] I have checked for DRY opportunities with other models and docs. - [X] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Related work items: #20123
This commit is contained in:
commit
c21d77b8ae
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ with
|
|||
{{ adapter.quote("documents") }} ->> 'BookingId' as id_booking,
|
||||
{{ adapter.quote("documents") }} ->> 'userId' as id_user,
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'Version' as "version",
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'Status' as verification_status,
|
||||
{{ adapter.quote("documents") }}
|
||||
->> 'StatusReason' as verification_status_reason,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue