Merged PR 3821: fixed name

# Description

Fixed column name

# 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.

fixed name

Related work items: #25344
This commit is contained in:
Joaquin Ossa 2024-12-11 09:50:22 +00:00
commit ca0fa8b62d

View file

@ -24,7 +24,7 @@ with
then null
else {{ adapter.quote("documents") }} ->> 'ReservationTotalAmount'
end as decimal(19, 4)
) as reservation_total_amount,
) as reservation_total_amount_in_local_currency,
{{ adapter.quote("documents") }}
->> 'ReservationCurrency' as reservation_currency,
{{ adapter.quote("documents") }} ->> 'Channel' as channel,