remove old table from cte

This commit is contained in:
Pablo Martin 2024-06-18 11:31:59 +02:00
parent 1f9df9ea5c
commit 8b91babad6

View file

@ -8,9 +8,6 @@ with
stg_core__verification as (select * from {{ ref("stg_core__verification") }}),
stg_core__payment as (select * from {{ ref("stg_core__payment") }}),
stg_core__payment_status as (select * from {{ ref("stg_core__payment_status") }}),
int_hardcoded_historical_currency_rates as (
select * from {{ ref("int_hardcoded_historical_currency_rates") }}
),
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_rates") }})
select
vtp.id_verification_to_payment,