removed unused upstream models
This commit is contained in:
parent
159813544f
commit
0c11cfe739
1 changed files with 0 additions and 6 deletions
|
|
@ -2,12 +2,6 @@ with
|
||||||
-- We could probably use int_core__user_host instead, but we need to add a
|
-- We could probably use int_core__user_host instead, but we need to add a
|
||||||
-- few fields to that model first if we want to do so.
|
-- few fields to that model first if we want to do so.
|
||||||
stg_core__user as (select * from {{ ref("stg_core__user") }}),
|
stg_core__user as (select * from {{ ref("stg_core__user") }}),
|
||||||
stg_core__verification_set as (
|
|
||||||
select * from {{ ref("stg_core__verification_set") }}
|
|
||||||
),
|
|
||||||
stg_core__verification_set_to_verification_type as (
|
|
||||||
select * from {{ ref("stg_core__verification_set_to_verification_type") }}
|
|
||||||
),
|
|
||||||
int_core__vr_check_in_cover as (
|
int_core__vr_check_in_cover as (
|
||||||
select * from {{ ref("int_core__vr_check_in_cover") }}
|
select * from {{ ref("int_core__vr_check_in_cover") }}
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue