Update athena models to remove id_accommodation

This commit is contained in:
Joaquin Ossa 2025-02-24 15:21:44 +01:00
parent 85c2c73da7
commit d7d3422eb9
5 changed files with 1 additions and 11 deletions

View file

@ -29,10 +29,6 @@ models:
data_tests:
- not_null
- name: id_accommodation
data_type: text
description: An ID for the listing related to the booking.
- name: version
data_type: text
description: |

View file

@ -8,7 +8,6 @@ with
{{ adapter.quote("documents") }} ->> 'id' as id_verification,
{{ adapter.quote("documents") }} ->> 'BookingId' as id_booking,
{{ adapter.quote("documents") }} ->> 'userId' as id_user_partner,
{{ adapter.quote("documents") }} ->> 'ListingId' as id_accommodation,
{{ adapter.quote("documents") }} ->> 'Version' as "version",