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,