renamed field
This commit is contained in:
parent
f994b5766e
commit
23393673b5
4 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ with
|
|||
select * from {{ ref("int_core__active_property_managers_system") }}
|
||||
)
|
||||
select
|
||||
pms_name as pms_name,
|
||||
active_pms_name as active_pms_name,
|
||||
id_user_host as id_user_host,
|
||||
id_deal as id_deal,
|
||||
account_type as account_type,
|
||||
|
|
|
|||
|
|
@ -1928,10 +1928,10 @@ models:
|
|||
It includes details about the host, their account type, company,
|
||||
billing information, and the number of accommodations they manage.
|
||||
columns:
|
||||
- name: pms_name
|
||||
- name: active_pms_name
|
||||
data_type: text
|
||||
description: |
|
||||
The name of the property management system.
|
||||
The name of the active property management system.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue