missing traces test

This commit is contained in:
Austin 2025-01-30 11:14:32 -05:00
parent c0e9e3b70f
commit 442abd11f4

View File

@ -7,7 +7,7 @@ SELECT
FROM
{{ ref("test_silver__transactions_recent") }}
tx
LEFT JOIN {{ ref("test_silver__traces_recent") }}
LEFT JOIN {{ ref("test_gold__fact_traces_recent") }}
tr USING (
block_number,
tx_hash