typo in name
This commit is contained in:
parent
b03633f650
commit
8cb7073184
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue