remove old table from cte
This commit is contained in:
parent
1f9df9ea5c
commit
8b91babad6
1 changed files with 0 additions and 3 deletions
|
|
@ -8,9 +8,6 @@ with
|
||||||
stg_core__verification as (select * from {{ ref("stg_core__verification") }}),
|
stg_core__verification as (select * from {{ ref("stg_core__verification") }}),
|
||||||
stg_core__payment as (select * from {{ ref("stg_core__payment") }}),
|
stg_core__payment as (select * from {{ ref("stg_core__payment") }}),
|
||||||
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 (
|
|
||||||
select * from {{ ref("int_hardcoded_historical_currency_rates") }}
|
|
||||||
),
|
|
||||||
int_simple_exchange_rates as (select * from {{ ref("int_simple_exchange_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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue