This commit is contained in:
Austin 2025-01-28 15:15:50 -05:00
parent eb7095923f
commit 6e5e1db6df
2 changed files with 2 additions and 2 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

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