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