mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 13:16:53 +00:00
recency fix
This commit is contained in:
parent
9c68e9dbf9
commit
c1ebdba44d
@ -12,6 +12,9 @@ models:
|
||||
- name: BLOCK_TIMESTAMP
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 3
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
tests:
|
||||
- not_null
|
||||
@ -67,6 +70,4 @@ models:
|
||||
regex: 0[xX][0-9a-fA-F]+
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
tests:
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 3
|
||||
- not_null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user