add hash type to final test

This commit is contained in:
Jack Forgash 2024-09-25 21:15:15 -04:00
parent 7d2f2ba1cc
commit b67158c15d
3 changed files with 4 additions and 4 deletions

View File

@ -43,6 +43,7 @@ f_transactions AS (
)
SELECT
'receipt_id' AS hash_type,
r_receipts.receipt_id AS missing,
r_receipts.block_id
FROM
@ -57,6 +58,7 @@ WHERE
UNION ALL
SELECT
'tx_hash' AS hash_type,
r_transactions.tx_hash AS missing,
r_transactions.block_id
FROM

View File

@ -1,6 +1,5 @@
{{ config(
error_if = '>=10',
warn_if = 'BETWEEN 1 AND 9',
severity = 'error',
tags = ['gap_test']
) }}

View File

@ -1,6 +1,5 @@
{{ config(
error_if = '>=10',
warn_if = 'BETWEEN 1 AND 9',
severity = 'error',
tags = ['gap_test']
) }}