stellar-models/models/silver/core/silver__token_transfers.yml
eric-laurello 9658462cfc
ez token transfers plus verified flags (#15)
* ez token transfer and all that goes into that

* fix UK and partition

* inc filter
2025-07-25 14:44:22 -04:00

12 lines
381 B
YAML

version: 2
models:
- name: silver__token_transfers
columns:
- name: token_transfers_id
description: "{{ doc('id') }}"
tests:
- not_null:
where: modified_timestamp > current_date - {{ var('test_days_threshold', 3) }}
- unique:
where: modified_timestamp > current_date - {{ var('test_days_threshold', 3) }}