mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 11:01:46 +00:00
5 lines
190 B
SQL
5 lines
190 B
SQL
-- depends_on: {{ ref('test_gold__transactions_recent') }}
|
|
{{ gold_recent_missing_txs(
|
|
ref("test_gold__traces_recent"),
|
|
"block_timestamp <= DATEADD(hour, -3, CURRENT_TIMESTAMP)"
|
|
) }} |