update edeposit staging

This commit is contained in:
Pablo Martin 2024-10-08 14:39:25 +02:00
parent d3de03890c
commit 13819c9f99

View file

@ -2,11 +2,12 @@ version: 2
models:
- name: stg_edeposit__verifications
description:
"Records of each transaction that happens in the edeposit API. Records are
mutable and can get updated."
#TODO Update to the fact that this only has edeposit stuff now
#TODO update tests to check that there's only edeposit stuff
description: |
Records of each transaction that happens in the edeposit API. Records are
mutable and can get updated.
The table originally receives both records from Athena and edeposit APIs,
but we force only keeping edeposit (V2) records here.
columns:
- name: id_verification
data_type: character varying
@ -41,7 +42,6 @@ models:
- not_null
- accepted_values:
values:
- "V1"
- "V2"
- name: nightly_fee_local