addressed Pablo's comments, removed the repetitive casts, added some nut_null tests and fixed some of the names and descriptions discrepancies
This commit is contained in:
parent
ad2eb2544c
commit
6adc424963
6 changed files with 96 additions and 48 deletions
|
|
@ -27,7 +27,7 @@ with
|
|||
),
|
||||
stg_edeposit__verifications as (
|
||||
select
|
||||
{{ adapter.quote("documents") }} ->> 'id' as id,
|
||||
{{ adapter.quote("documents") }} ->> 'id' as id_verification,
|
||||
{{ adapter.quote("documents") }} ->> 'BookingId' as id_booking,
|
||||
{{ adapter.quote("documents") }} ->> 'userId' as id_user,
|
||||
{{ adapter.quote("documents") }} ->> 'ListingId' as id_listing,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue