fix a couple test failure

This commit is contained in:
Eric Laurello 2025-08-28 09:37:22 -04:00
parent 14869dd66c
commit 6f57b26b3e
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ models:
- dbt_utils.recency:
datepart: hour
field: MODIFIED_TIMESTAMP
interval: 3
interval: 12
severity: error
tags: ['test_recency']
columns:

View File

@ -7,9 +7,9 @@ models:
tests:
- dbt_utils.sequential_values:
column_name: BLOCK_TIMESTAMP_HOUR
interval: 1
interval: interval '1 hour'
config:
severity: error
severity: warn
error_if: ">0"
tags: ['test_recency']
columns:

View File

@ -7,6 +7,8 @@
tags = ['noncore']
) }}
{# TODO -- this model needs to start with block and left join to transactions -- Not every block has a transaction #}
SELECT
DATE_TRUNC(
'hour',