data-dwh-dbt-project/models
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
..
intermediate Merged PR 2858: Split Booking Metrics 2024-09-16 14:34:42 +00:00
reporting Merged PR 2854: Exposure for e-deposit invoice 2024-09-16 10:25:19 +00:00
staging removing duplicates from guesty and removing tests for edeposit_users 2024-09-13 16:14:03 +02:00
doc_blocks.md improve stg_stripe__charges 2024-02-23 16:45:19 +01:00