data-dwh-dbt-project/models/intermediate/edeposit
Pablo Martín dd57c28768 Merged PR 2728: edeposit verifications docs and small refactors
# Description

This PR:
- Adds half-decent docs to `stg_edeposit__verifications` and tests. I say half-decent because I would describe our tests as "as strict as the backend guidance allows". But we can't do miracles, so it stays this way for now.
- Shifts a few column operations that were being done in the `int` layer into the `stg` layer.
- Also removes a couple of fields from `int` that were marked as deprecated by Ray. Would rather not have them at all beyond `stg`.

# 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: #20123
2024-09-04 11:07:58 +00:00
..
int_edeposit__verification_fees.sql Fixed model, added created_date and checkout_date 2024-09-03 17:05:13 +02:00
int_edeposit__verifications.sql add missing field 2024-09-04 09:12:21 +02:00
schema.yaml Fixed model, added created_date and checkout_date 2024-09-03 17:05:13 +02:00