From f994b5766e920338bff5c1c3287af8b5813a269b Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Wed, 19 Feb 2025 10:56:43 +0100 Subject: [PATCH] Renamed --- ...em.sql => int_core__active_property_managers_system.sql} | 0 models/intermediate/core/schema.yml | 2 +- ...system.sql => core__active_property_managers_system.sql} | 6 +++--- models/reporting/core/schema.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename models/intermediate/core/{int_core__property_managers_system.sql => int_core__active_property_managers_system.sql} (100%) rename models/reporting/core/{core__property_managers_system.sql => core__active_property_managers_system.sql} (72%) diff --git a/models/intermediate/core/int_core__property_managers_system.sql b/models/intermediate/core/int_core__active_property_managers_system.sql similarity index 100% rename from models/intermediate/core/int_core__property_managers_system.sql rename to models/intermediate/core/int_core__active_property_managers_system.sql diff --git a/models/intermediate/core/schema.yml b/models/intermediate/core/schema.yml index 8b8a19e..2b716da 100644 --- a/models/intermediate/core/schema.yml +++ b/models/intermediate/core/schema.yml @@ -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. diff --git a/models/reporting/core/core__property_managers_system.sql b/models/reporting/core/core__active_property_managers_system.sql similarity index 72% rename from models/reporting/core/core__property_managers_system.sql rename to models/reporting/core/core__active_property_managers_system.sql index 57b209d..198df0e 100644 --- a/models/reporting/core/core__property_managers_system.sql +++ b/models/reporting/core/core__active_property_managers_system.sql @@ -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 diff --git a/models/reporting/core/schema.yml b/models/reporting/core/schema.yml index 90b5b39..b4a9d31 100644 --- a/models/reporting/core/schema.yml +++ b/models/reporting/core/schema.yml @@ -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.