aleo-models/models/silver/defi/silver__liquidity_pool_actions_arcane.yml

69 lines
1.1 KiB
YAML

version: 2
models:
- name: silver__liquidity_pool_actions_arcane
columns:
- name: liquidity_pool_actions_arcane_id
tests:
- unique
- not_null
- name: block_timestamp
tests:
- not_null
- name: block_id
tests:
- not_null
- name: tx_id
tests:
- not_null
- name: succeeded
tests:
- not_null
- name: root_action
tests:
- not_null
- name: liquidity_action
tests:
- not_null
- name: liquidity_provider
tests:
- not_null
- name: token1_id
tests:
- not_null
- name: token2_id
tests:
- not_null
- name: token1_name
tests:
- not_null
- name: token2_name
tests:
- not_null
- name: token1_amount
tests:
- not_null
- name: token2_amount
tests:
- not_null
- name: inserted_timestamp
tests:
- not_null
- name: modified_timestamp
tests:
- not_null