From fdc8e2ae24344cc7bcb5fa3c50ef3bdbc19ab04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Mon, 24 Feb 2025 16:40:01 +0000 Subject: [PATCH] Merged PR 4491: Reduce metric name length to fit in PBI # Description Reduce metric name length to fit in PBI # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Reduce metric name length to fit in PBI Related work items: #27609 --- .../cross/int_ytd_mtd_aggregated_main_metrics_overview.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/intermediate/cross/int_ytd_mtd_aggregated_main_metrics_overview.sql b/models/intermediate/cross/int_ytd_mtd_aggregated_main_metrics_overview.sql index eed4f65..f6a0181 100644 --- a/models/intermediate/cross/int_ytd_mtd_aggregated_main_metrics_overview.sql +++ b/models/intermediate/cross/int_ytd_mtd_aggregated_main_metrics_overview.sql @@ -131,7 +131,7 @@ }, { "id_metric": 14, - "name": "Damage Host-Waiver Payments", + "name": "Damage Waiver Payouts", "current_month_MTD": "-1*current_month_mtd_xero_waiver_paid_back_to_host_in_gbp", "previous_month_EOM": "-1*previous_month_eom_xero_waiver_paid_back_to_host_in_gbp", "previous_year_MTD": "-1*previous_year_mtd_xero_waiver_paid_back_to_host_in_gbp", @@ -141,7 +141,7 @@ }, { "id_metric": 15, - "name": "Host Resolutions Amount Paid", + "name": "Host Resolutions Payouts", "current_month_MTD": "-1*current_month_mtd_xero_host_resolution_amount_paid_in_gbp", "previous_month_EOM": "-1*previous_month_eom_xero_host_resolution_amount_paid_in_gbp", "previous_year_MTD": "-1*previous_year_mtd_xero_host_resolution_amount_paid_in_gbp",