From 429d0ad679a231ba3bdf4b6fc8789d64c2450634 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 29 Apr 2024 14:00:38 +0200 Subject: [PATCH] small comment --- .../core/stg_core__payment_validation_set_to_currency.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/staging/core/stg_core__payment_validation_set_to_currency.sql b/models/staging/core/stg_core__payment_validation_set_to_currency.sql index 1e46f6e..bd6b956 100644 --- a/models/staging/core/stg_core__payment_validation_set_to_currency.sql +++ b/models/staging/core/stg_core__payment_validation_set_to_currency.sql @@ -10,9 +10,9 @@ with {{ adapter.quote("Amount") }} as deposit_amount_local_curr, {{ adapter.quote("Waiver") }} as waiver_guest_fee_amount_local_curr, {{ adapter.quote("Protection") }} as waiver_protection_amount_local_curr, - {{ adapter.quote("CancellationCoverCostA") }} + {{ adapter.quote("CancellationCoverCostA") }} -- this field will need a rename when checkincover gets deployed in production as checkin_cover_guest_fee_local_curr, - {{ adapter.quote("CancellationCoverLimitA") }} + {{ adapter.quote("CancellationCoverLimitA") }} -- this field will need a rename when checkincover gets deployed in production as checkin_cover_cover_amount_local_curr, {{ adapter.quote("Reschedule") }} as reschedule, {{ adapter.quote("CurrencyIso") }} as local_currency_iso_4217,