mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 12:57:00 +00:00
change recency to 30 days
This commit is contained in:
parent
5ccc126c71
commit
c87f0dc67c
@ -16,9 +16,6 @@ models:
|
||||
- name: BLOCK_TIMESTAMP
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 10
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
column_type_list:
|
||||
- TIMESTAMP_LTZ
|
||||
@ -102,7 +99,7 @@ models:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 10
|
||||
interval: 30
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
column_type_list:
|
||||
- TIMESTAMP_LTZ
|
||||
|
||||
Loading…
Reference in New Issue
Block a user