mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:56:50 +00:00
only check amount when the tx is successful (#703)
This commit is contained in:
parent
de3ea77db3
commit
4c0ebacb89
@ -63,7 +63,11 @@ models:
|
||||
description: "Amount in Lamports"
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
- not_null: *recent_date_filter
|
||||
- not_null:
|
||||
config:
|
||||
where: >
|
||||
modified_timestamp >= current_date - 7
|
||||
AND succeeded
|
||||
- name: TOKEN
|
||||
description: "Token utilized in the stake pool action"
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user