data-dwh-dbt-project/models/reporting
Oriol Roqué Paniagua b0bed479c7 Merged PR 3625: Excludes new dash users without id deal
# Description

This PR has 2 commits:
- The first one handles the removal from the computation any user that has not an id deal properly set. I just created a boolean field in int_core__user_host that identifies if the host has no id_deal. Then apply the new condition in the 2 main usages of New Dash info.
- The second one cleans New Dash KPIs. Since we do not have anymore users without deals, it means that the identification of the host/account is going to be exactly the same if done by id_user_host or id_deal. I hated having id_user_host in KPIs so I've removed it :)

Lastly, this should speed up massively the execution. Not because there's improvements on the code but rather the reduction of data.

# 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: #20809
2024-11-21 16:30:47 +00:00
..
athena missing docs 2024-10-08 17:25:16 +02:00
core Merged PR 3506: Remove Address Validation 2024-11-14 11:59:36 +00:00
edeposit deprecate model and remove docs 2024-10-16 16:21:35 +02:00
general Merged PR 3500: Fix missing test 2024-11-11 16:37:58 +00:00
kpis Merged PR 3625: Excludes new dash users without id deal 2024-11-21 16:30:47 +00:00
xero Remove .sql in the xero__bank_transaction_denom_mart 2024-09-18 13:52:55 +02:00
exposures.yml Removed guest metrics aggregated models 2024-11-21 09:14:37 +01:00