recency tests (#54)

This commit is contained in:
Austin 2024-03-22 08:50:48 -04:00 committed by GitHub
parent 5eaf8cb44a
commit cdc93e86b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

View File

@ -9,12 +9,6 @@ models:
- name: _INSERTED_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 7
- name: BLOCK_TIME
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 7
- not_null

View File

@ -8,7 +8,4 @@ models:
columns:
- name: _INSERTED_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 7
- not_null