recency fix

This commit is contained in:
San Yong 2025-03-17 23:14:35 +08:00
parent 9c68e9dbf9
commit c1ebdba44d

View File

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