fixed reference call
This commit is contained in:
parent
ff296ec75d
commit
4718990efb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ with
|
||||||
int_core__user_host as (select * from {{ ref("int_core__user_host") }}),
|
int_core__user_host as (select * from {{ ref("int_core__user_host") }}),
|
||||||
int_core__unified_user as (select * from {{ ref("int_core__unified_user") }}),
|
int_core__unified_user as (select * from {{ ref("int_core__unified_user") }}),
|
||||||
int_core__verification_payments as (
|
int_core__verification_payments as (
|
||||||
select * from {{ ref("dwh_dbt", "int_core__verification_payments", v="2") }}
|
select * from {{ ref("int_core__verification_payments", v="2") }}
|
||||||
),
|
),
|
||||||
payment_validation as (
|
payment_validation as (
|
||||||
select
|
select
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue