data-dwh-dbt-project/models/reporting/core
Oriol Roqué Paniagua 8f38e94a5c Merged PR 2657: Automating new dash query
# Description

Automates the new dash query through DWH. It's a first step towards enabling a very simple PBI reporting on new dash performance. Data is aggregated at user level with the main performance indicators that we're currently reporting. I added a few more informative fields from user side.

Changes:

* in intermediate, creation of `int_core__new_dash_user_overview`. It mainly uses the models in previous PRs to avoid crazy computations, since most of the logic has already been implemented. The only thing is that it's "hardcoded" (with variable) the categorisation of what is NOT a paid service.
* in reporting, creation of `core__new_dash_user_overview`. It just exposes the info from intermediate to reporting.
* added schema entries for intermediate/core and reporting/core, it's the same description for both cases.

# 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: #19570
2024-08-28 09:32:17 +00:00
..
core__bookings.sql a lot of changes 2024-04-04 16:33:08 +02:00
core__check_in_cover_listings.sql Creating model in reporting 2024-07-25 11:34:07 +02:00
core__check_in_cover_users.sql Merged PR 2201: Fixing errors raised by texts 2024-07-05 15:12:04 +00:00
core__guest_satisfaction_responses.sql Added booking_source to reporting model core__guest_satisfaction_responses 2024-07-15 08:54:11 +02:00
core__host_booking_fees.sql Modified filter and table used 2024-08-01 14:32:45 +02:00
core__new_dash_user_overview.sql Merged PR 2657: Automating new dash query 2024-08-28 09:32:17 +00:00
core__unified_user.sql Added core__unified_user to reporting with the documentation 2024-06-12 15:11:07 +02:00
core__verification_payments.sql restructuring, dates schema 2024-03-13 11:09:22 +01:00
core__verification_requests.sql Merged PR 2029: Guest Journey - start date based on used link 2024-06-13 14:53:58 +00:00
core__vr_check_in_cover.sql Finished adding address_validation to reporting 2024-08-20 14:11:21 +02:00
schema.yaml Merged PR 2657: Automating new dash query 2024-08-28 09:32:17 +00:00