data-dwh-dbt-project/models/intermediate
Pablo Martín 02520d87ee Merged PR 2858: Split Booking Metrics
# Description

This is a pure refactor PR for optimization purposes.

The PR splits the model `int_core__mtd_booking_metrics` into four different models, one for each of the metrics that were computed in the old model.

The only model that depended on `int_core__mtd_booking_metrics` was `int_mtd_vs_previous_year_metrics`. Now it depends on the four new models instead.

# 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: #21438
2024-09-16 14:34:42 +00:00
..
core Merged PR 2858: Split Booking Metrics 2024-09-16 14:34:42 +00:00
cross refactor booking metrics children to use new models 2024-09-16 13:02:42 +02:00
edeposit kept first updated record instead of last 2024-09-13 17:14:34 +02:00
xero fix schemas in intermediate 2024-09-12 15:38:50 +02:00