comment on why user and not host

This commit is contained in:
Pablo Martin 2025-06-04 10:53:01 +02:00
parent 54fca806b9
commit 159813544f

View file

@ -1,4 +1,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") }}