filter out null response; update recency interval (#35)

This commit is contained in:
tarikceric 2024-12-17 16:48:01 -08:00 committed by GitHub
parent 11b750c60f
commit 24d47a8561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -25,3 +25,5 @@ SELECT
SYSDATE() AS modified_timestamp
FROM
lq
WHERE
response IS NOT NULL

View File

@ -11,7 +11,7 @@ models:
data_tests:
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
interval: 1
- name: tvl
data_tests:
- not_null: *recent_date_filter