This commit is contained in:
Joaquin Ossa 2025-02-19 10:56:43 +01:00
parent e9c0fa3ed0
commit f994b5766e
4 changed files with 5 additions and 5 deletions

View file

@ -5740,7 +5740,7 @@ models:
description: |
The total number of user hosts that have appeared in New Dash for this deal.
- name: int_core__property_managers_system
- name: int_core__active_property_managers_system
description: |
This model contains information about active property managers systems (PMS)
and their associated hosts.

View file

@ -1,6 +1,6 @@
with
int_core__property_managers_system as (
select * from {{ ref("int_core__property_managers_system") }}
int_core__active_property_managers_system as (
select * from {{ ref("int_core__active_property_managers_system") }}
)
select
pms_name as pms_name,
@ -16,4 +16,4 @@ select
joined_date_utc as joined_date_utc,
booking_count as booking_count,
accommodation_count as accommodation_count
from int_core__property_managers_system
from int_core__active_property_managers_system

View file

@ -1921,7 +1921,7 @@ models:
The currency in which the host receives their payment (may differ from
the transaction currency).
- name: core__property_managers_system
- name: core__active_property_managers_system
description: |
This model contains information about active property managers systems (PMS)
and their associated hosts.