data-dwh-dbt-project/models/intermediate/core
Oriol Roqué Paniagua 328723b9ab Merged PR 2003: Business KPIs first draft
This PR aims to provide a first draft for business KPIs, at this stage **quite minimal**.

It mostly contains a MTD and Monthly display approach. No dimensions are created.

The models created are:
- **int_dates_mtd**: mainly it reads from int_dates to retrieve those days needed for a MTD/monthly display
- **int_core__mtd_booking_metrics**: it contains the booking metrics, ending in a format of date|value|value last year|increment
--> here we could add, in the future, additional metrics from other sources (ex: guest journey, etc)
- **int_core__mtd_aggregated_metrics**: it transforms the data coming from the different mtd intermediate sources to be easily displayed in the dashboard. This is a good candidate for macros :)
- **core__mtd_aggregated_metrics**: copy-paste of the its int_core version, including a bit of model documentation

The dashboard is functional but in another PR. I can show you how it looks like at the moment you are going to check the PR

Related work items: #17214
2024-06-11 15:45:57 +00:00
..
int_core__booking_charge_events.sql a few quick and dirty improvements 2024-05-10 00:31:27 +02:00
int_core__bookings.sql a few quick and dirty improvements 2024-05-10 00:31:27 +02:00
int_core__check_in_cover_prices.sql propagating renames 2024-05-08 12:03:44 +02:00
int_core__deal_id_master_list.sql docs and moving stuff 2024-04-08 09:44:32 +02:00
int_core__duplicate_bookings.sql a few quick and dirty improvements 2024-05-10 00:31:27 +02:00
int_core__mtd_aggregated_metrics.sql Merged PR 2003: Business KPIs first draft 2024-06-11 15:45:57 +00:00
int_core__mtd_booking_metrics.sql Merged PR 2003: Business KPIs first draft 2024-06-11 15:45:57 +00:00
int_core__price_plans.sql docs and moving stuff 2024-04-08 09:44:32 +02:00
int_core__unified_user.sql add phone number 2024-06-10 16:14:07 +02:00
int_core__verification_payments.sql moving forward with the checkincover specific model 2024-04-26 16:45:43 +02:00
int_core__verification_request_completeness.sql add new field in complentess summary 2024-05-15 13:13:57 +02:00
int_core__verification_requests.sql a few quick and dirty improvements 2024-05-10 00:31:27 +02:00
int_core__vr_check_in_cover.sql Merged PR 2005: Replace Guest Details in CheckIn Cover models with details coming from User table 2024-06-10 15:30:26 +00:00
schema.yaml Merged PR 2003: Business KPIs first draft 2024-06-11 15:45:57 +00:00