add new rates to CTEs
This commit is contained in:
parent
4958976733
commit
e3be2708ad
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ with
|
||||||
stg_core__payment_status as (select * from {{ ref("stg_core__payment_status") }}),
|
stg_core__payment_status as (select * from {{ ref("stg_core__payment_status") }}),
|
||||||
int_hardcoded_historical_currency_rates as (
|
int_hardcoded_historical_currency_rates as (
|
||||||
select * from {{ ref("int_hardcoded_historical_currency_rates") }}
|
select * from {{ ref("int_hardcoded_historical_currency_rates") }}
|
||||||
)
|
),
|
||||||
|
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_rates") }})
|
||||||
select
|
select
|
||||||
vtp.id_verification_to_payment,
|
vtp.id_verification_to_payment,
|
||||||
vtp.id_payment,
|
vtp.id_payment,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue