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
This commit is contained in:
Oriol Roqué Paniagua 2025-02-24 16:40:01 +00:00
parent 85c2c73da7
commit fdc8e2ae24

View file

@ -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",