update edeposit staging
This commit is contained in:
parent
d3de03890c
commit
13819c9f99
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue