mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
add account_id key
This commit is contained in:
parent
d336bff30e
commit
bb54cc9d49
@ -51,6 +51,7 @@ ft_burns_final AS (
|
||||
signer_id,
|
||||
NVL(
|
||||
f.value :owner_id,
|
||||
f.value :account_id,
|
||||
NULL
|
||||
) :: STRING AS from_address,
|
||||
NULL AS to_address,
|
||||
|
||||
@ -37,11 +37,12 @@ models:
|
||||
|
||||
- name: FROM_ADDRESS
|
||||
description: "{{doc('from_address')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: TO_ADDRESS
|
||||
description: "{{doc('to_address')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
|
||||
- name: AMOUNT_UNADJ
|
||||
description: "{{doc('amount_unadj')}}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user