mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:56:44 +00:00
add hash type to final test
This commit is contained in:
parent
7d2f2ba1cc
commit
b67158c15d
@ -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
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
{{ config(
|
||||
error_if = '>=10',
|
||||
warn_if = 'BETWEEN 1 AND 9',
|
||||
severity = 'error',
|
||||
tags = ['gap_test']
|
||||
) }}
|
||||
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
{{ config(
|
||||
error_if = '>=10',
|
||||
warn_if = 'BETWEEN 1 AND 9',
|
||||
severity = 'error',
|
||||
tags = ['gap_test']
|
||||
) }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user