removed unused upstream models

This commit is contained in:
Pablo Martin 2025-06-04 10:53:24 +02:00
parent 159813544f
commit 0c11cfe739

View file

@ -2,12 +2,6 @@ with
-- 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.
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 (
select * from {{ ref("int_core__vr_check_in_cover") }}
),