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:
|
models:
|
||||||
- name: stg_edeposit__verifications
|
- name: stg_edeposit__verifications
|
||||||
description:
|
description: |
|
||||||
"Records of each transaction that happens in the edeposit API. Records are
|
Records of each transaction that happens in the edeposit API. Records are
|
||||||
mutable and can get updated."
|
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
|
The table originally receives both records from Athena and edeposit APIs,
|
||||||
|
but we force only keeping edeposit (V2) records here.
|
||||||
columns:
|
columns:
|
||||||
- name: id_verification
|
- name: id_verification
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
@ -41,7 +42,6 @@ models:
|
||||||
- not_null
|
- not_null
|
||||||
- accepted_values:
|
- accepted_values:
|
||||||
values:
|
values:
|
||||||
- "V1"
|
|
||||||
- "V2"
|
- "V2"
|
||||||
|
|
||||||
- name: nightly_fee_local
|
- name: nightly_fee_local
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue