AN-5192/blitz-market-stats-fails (#74)

* add back in tests

* pushback
This commit is contained in:
Matt Romano 2024-09-18 10:20:56 -07:00 committed by GitHub
parent da4e9d1be2
commit ab8ac0a2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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 (

View File

@ -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: