mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 13:56:45 +00:00
12 lines
381 B
YAML
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) }}
|