typo in name

This commit is contained in:
Pablo Martin 2024-03-18 15:08:17 +01:00
parent b03633f650
commit 8cb7073184

View file

@ -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,