mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 11:01:46 +00:00
6 lines
216 B
SQL
6 lines
216 B
SQL
-- depends_on: {{ ref('test_gold__transactions_full') }}
|
|
{{ gold_missing_txs(
|
|
ref("test_gold__traces_full"),
|
|
"block_timestamp >= '2024-05-31' AND block_timestamp <= DATEADD(hour, -3, CURRENT_TIMESTAMP)"
|
|
) }}
|