data-dwh-dbt-project/models
Oriol Roqué Paniagua c21040fa30 Merged PR 3523: First version of BookingView and BookingViewToService integration
# Description

Modelises 2 new tables into staging:
* BookingView
* BookingViewToService

Ideally, we need the contents of BookingToService. This does not exist, so we will need to modelise it in intermediate. Current relationship is that 1) we know services applied to a booking view id (BookingViewToService ) 2) we know booking view id how it relates to booking (BookingView) 3) we can retrieve booking info as usual (Booking, etc)

# 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: #23996
2024-11-13 09:23:20 +00:00
..
intermediate addressed comments 2024-11-12 17:10:42 +01:00
reporting addressed comments 2024-11-12 17:10:42 +01:00
staging Merged PR 3523: First version of BookingView and BookingViewToService integration 2024-11-13 09:23:20 +00:00
doc_blocks.md improve stg_stripe__charges 2024-02-23 16:45:19 +01:00