mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 15:27:12 +00:00
seed, unique test
This commit is contained in:
parent
5825943647
commit
305fc59953
@ -32,4 +32,5 @@ avalanche,6
|
||||
acala,12
|
||||
kujira,4002
|
||||
pythnet,26
|
||||
evmos,4001
|
||||
evmos,4001
|
||||
wormchain,3104
|
||||
|
@ -2,7 +2,9 @@ version: 2
|
||||
models:
|
||||
- name: defi__fact_bridge_activity
|
||||
description: '{{ doc("defi__fact_bridge_activity") }}'
|
||||
|
||||
tests:
|
||||
- dbt_constraints.primary_key:
|
||||
column_name: fact_bridge_activity_id
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("block_number") }}'
|
||||
|
||||
@ -43,8 +43,7 @@ models:
|
||||
- not_null
|
||||
- name: DESTINATION_CHAIN_NAME
|
||||
tests:
|
||||
- not_null:
|
||||
where: destination_chain_id <> 3104
|
||||
- not_null
|
||||
- name: TOKEN_ADDRESS
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user