mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 17:06:48 +00:00
filter out null response; update recency interval (#35)
This commit is contained in:
parent
11b750c60f
commit
24d47a8561
@ -25,3 +25,5 @@ SELECT
|
||||
SYSDATE() AS modified_timestamp
|
||||
FROM
|
||||
lq
|
||||
WHERE
|
||||
response IS NOT NULL
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user