From 3610c447f5d7f3c27b0708e8bb92041ad53a45c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Thu, 30 May 2024 10:37:41 +0000 Subject: [PATCH] Merged PR 1949: Fix documentation in DWH and include exposure Related work items: #16857 --- models/reporting/exposures.yaml | 18 ++++++++++++++++++ models/reporting/xero/schema.yaml | 20 ++++++-------------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/models/reporting/exposures.yaml b/models/reporting/exposures.yaml index 912ece5..1535792 100644 --- a/models/reporting/exposures.yaml +++ b/models/reporting/exposures.yaml @@ -38,6 +38,24 @@ exposures: name: Pablo Martin email: pablo.martin@superhog.com + - name: e-deposit + label: E-deposit and Guesty Fees + type: dashboard + maturity: low + url: https://app.powerbi.com/groups/me/apps/33e55130-3a65-4fe8-86f2-11979fb2258a/reports/0642f366-c243-4879-8228-d8d6cc78f266/ReportSectionbd92a560d1aa856ba993?ctid=862842df-2998-4826-bea9-b726bc01d3a7&experience=power-bi + + A PBI report showcasing our revenue coming from E-deposits and Guesty. + Includes data from Xero for Guesty invoicing, and from a direct source to CosmosDB + for the expected revenue generated for both Guesty and E-deposit. Note that currently + CosmosDB is not integrated into the DWH. + + depends_on: + - ref('xero__net_fees_by_deal') + + owner: + name: Oriol Roqué + email: oriol.roque@superhog.com + - name: checkinhero_overview label: Check-In Hero Overview type: dashboard diff --git a/models/reporting/xero/schema.yaml b/models/reporting/xero/schema.yaml index 0067437..6a9244c 100644 --- a/models/reporting/xero/schema.yaml +++ b/models/reporting/xero/schema.yaml @@ -1127,13 +1127,9 @@ models: amounts. columns: - - name: issued_year - data_type: numeric - description: The issuing year of the aggregated documents. - - - name: issued_month - data_type: numeric - description: The issuing month of the aggregated documents. + - name: issued_year_month + data_type: date + description: The issuing year and month of the aggregated documents. - name: fee_category data_type: text @@ -1170,13 +1166,9 @@ models: amounts. columns: - - name: issued_year - data_type: numeric - description: The issuing year of the aggregated documents. - - - name: issued_month - data_type: numeric - description: The issuing month of the aggregated documents. + - name: issued_year_month + data_type: date + description: The issuing year and month of the aggregated documents. - name: id_deal data_type: text