mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 13:26:47 +00:00
parent
da4e9d1be2
commit
ab8ac0a2f9
@ -28,7 +28,7 @@ from invalid_product_ids
|
||||
|
||||
with recent_records as (
|
||||
select distinct(product_id) from {{model}}
|
||||
where block_timestamp >= SYSDATE() - INTERVAL '7 DAY'
|
||||
where block_timestamp >= SYSDATE() - INTERVAL '7 days'
|
||||
),
|
||||
|
||||
invalid_product_ids as (
|
||||
|
||||
@ -23,7 +23,9 @@ models:
|
||||
tests:
|
||||
- not_null
|
||||
- name: SYMBOL
|
||||
- not_null
|
||||
- name: PRODUCT_ID
|
||||
- not_null
|
||||
- name: DISTINCT_SEQUENCE
|
||||
tests:
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user