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:
commit
ca0fa8b62d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue