add/remove recency

This commit is contained in:
sam 2023-05-18 09:09:44 +08:00
parent a01fda5917
commit 6b84e77c2d
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,6 @@ models:
- name: BLOCK_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 1
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ

View File

@ -100,6 +100,9 @@ models:
- name: _INSERTED_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 1
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ