data-dwh-dbt-project/models/intermediate/cross
Oriol Roqué Paniagua f799a8d30f Merged PR 4727: Bookings fees are now Old Dashboard Booking Fees in Main KPIs
# Description

Booking fees is widely used with different meanings, for old dash, for new dash, for both, etc. This is painful. First step to align on a proper naming is ensure that what we report in Main KPIs is clearly stated, which in this case, Booking Fees are now called Old Dashboard Booking Fees.

Changes:
* Modify `stg_seed__accounting_aggregations` seed to rename Booking Fees to Old Dashboard Booking Fees. This is for us to clarify. This is only applied for KPIs compute. I also added an empty space that I mistakenly forgot in the past for `financial_l3_aggregation`.
* Modify KPIs source, i.e., `int_kpis__metric_daily_invoiced_revenue`. Here I forcefully modify the name of the field to `xero_old_dashboard_booking_net_fees_in_gbp`.
* Propagate changes of downstream usages of `xero_booking_net_fees_in_gbp` to `xero_old_dashboard_booking_net_fees_in_gbp`. This affects all models, including the reporting model. On this one we still have both names to avoid breaking it. I will need to modify the data glossary in PBI anyway so I'll do this change as well.
* Modify displayed metric name from Booking Fees Revenue to Old Dashboard Booking Fees Revenue.
* Modify schema so it reflects the proper names, descriptions, and tests.
* Ensure outlier and completion tests still work after this change.

I confirm the field `xero_booking_net_fees_in_gbp` does not exist anymore in the rest of DWH after these changes, except for the abovementioned comment on the reporting line.

# 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.
- [X] I have checked for DRY opportunities with other models and docs.
- [X] I've picked the right materialization for the affected models.

# Other

- [ ] Check if a full-refresh is required after this PR is merged.

Related work items: #28560
2025-03-18 14:55:32 +00:00
..
int_daily_currency_exchange_rates.sql go back to var, made a mistake in the last commit 2024-06-17 11:32:20 +02:00
int_dates.sql start cross folder in int to stop piling models at int root 2024-06-14 16:26:18 +02:00
int_deals_consolidation.sql ordered names to select oldest one created 2025-01-07 11:47:14 +01:00
int_edeposit_and_athena_verifications.sql Update athena models to remove id_accommodation 2025-02-24 15:21:44 +01:00
int_monthly_12m_window_contribution_by_deal.sql Merged PR 4493: Adds Revenue Churn Rate in YTD/MTD Overview 2025-02-25 09:41:28 +00:00
int_monthly_aggregated_metrics_history_by_deal.sql Merged PR 4727: Bookings fees are now Old Dashboard Booking Fees in Main KPIs 2025-03-18 14:55:32 +00:00
int_monthly_aggregated_metrics_history_by_deal_by_time_window.sql Added business scope to models 2025-03-14 11:48:22 +01:00
int_monthly_churn_metrics.sql Merged PR 4493: Adds Revenue Churn Rate in YTD/MTD Overview 2025-02-25 09:41:28 +00:00
int_monthly_growth_score_by_deal.sql Merged PR 4596: Propagates Client Type to KPIs by Deal and AM models 2025-03-05 13:02:07 +00:00
int_monthly_onboarding_mrr_per_deal.sql Addressed comments 2025-01-30 16:30:03 +01:00
int_mtd_agg_onboarding_mrr_revenue.sql wip fixing deals from hubspot 2025-01-29 17:06:37 +01:00
int_mtd_aggregated_metrics.sql Merged PR 4727: Bookings fees are now Old Dashboard Booking Fees in Main KPIs 2025-03-18 14:55:32 +00:00
int_mtd_vs_previous_year_metrics.sql Merged PR 4727: Bookings fees are now Old Dashboard Booking Fees in Main KPIs 2025-03-18 14:55:32 +00:00
int_simple_exchange_rates.sql simple model 2024-06-14 16:44:40 +02:00
int_ytd_mtd_aggregated_main_metrics_overview.sql Merged PR 4528: Adds number format 2025-02-27 13:18:03 +00:00
int_ytd_mtd_main_metrics_overview.sql Merged PR 4504: Onboarding MRR + Visualisation changes 2025-02-25 14:05:54 +00:00
schema.yml Added business scope to models 2025-03-14 11:48:22 +01:00