mirror of
https://github.com/FlipsideCrypto/gnosis-models.git
synced 2026-02-06 13:57:16 +00:00
tx test failures (#5)
This commit is contained in:
parent
4a8e04f74d
commit
2fe52ae325
@ -5,11 +5,11 @@ models:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
- TX_HASH
|
||||
- sequence_gaps:
|
||||
partition_by:
|
||||
- BLOCK_NUMBER
|
||||
column_name: POSITION
|
||||
where: BLOCK_TIMESTAMP < CURRENT_DATE
|
||||
# - sequence_gaps:
|
||||
# partition_by:
|
||||
# - BLOCK_NUMBER
|
||||
# column_name: POSITION
|
||||
# where: BLOCK_TIMESTAMP < CURRENT_DATE
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
tests:
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
-- depends_on: {{ ref('silver__blocks') }}
|
||||
{{ tx_gaps(ref("silver__transactions")) }}
|
||||
Loading…
Reference in New Issue
Block a user