tx test failures (#5)

This commit is contained in:
Austin 2022-08-11 12:42:49 -04:00 committed by GitHub
parent 4a8e04f74d
commit 2fe52ae325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -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:

View File

@ -1,2 +0,0 @@
-- depends_on: {{ ref('silver__blocks') }}
{{ tx_gaps(ref("silver__transactions")) }}