From 8cb7073184500edfcad25be483c9ce9048b61d41 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 18 Mar 2024 15:08:17 +0100 Subject: [PATCH] typo in name --- models/staging/core/stg_core__price_plan_to_user.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/core/stg_core__price_plan_to_user.sql b/models/staging/core/stg_core__price_plan_to_user.sql index 62d533f..5ea2258 100644 --- a/models/staging/core/stg_core__price_plan_to_user.sql +++ b/models/staging/core/stg_core__price_plan_to_user.sql @@ -3,7 +3,7 @@ with stg_core__price_plan_to_user as ( select {{ adapter.quote("Id") }} as id_price_plan, - {{ adapter.quote("SuperhogUserId") }} as id_guest_host, + {{ adapter.quote("SuperhogUserId") }} as id_user_host, {{ adapter.quote("PricePlanChargedByTypeId") }} as id_price_plan_charged_by_type, {{ adapter.quote("StartDate") }} as start_at_utc,