Merge remote-tracking branch 'origin/main' into AN-5335-v2/blast-standardization

This commit is contained in:
drethereum 2025-01-28 13:23:18 -07:00
commit 00a9d7a864
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
-- depends_on: {{ ref('test_silver__transactions_full') }}
{{ missing_txs(ref("test_silver__traces_full")) }}
{{ missing_txs(ref("test_gold__fact_traces_full")) }}

View File

@ -0,0 +1,2 @@
-- depends_on: {{ ref('test_silver__transactions_recent') }}
{{ recent_missing_txs(ref("test_gold__fact_traces_recent")) }}

View File

@ -1,2 +0,0 @@
-- depends_on: {{ ref('test_silver__transactions_recent') }}
{{ recent_missing_txs(ref("test_silver__traces_recent")) }}