mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 13:26:47 +00:00
remove duplicate recency tests and increase swaps lookback to 3d
This commit is contained in:
parent
f80daf13d3
commit
54fd83c592
@ -7,9 +7,6 @@ models:
|
||||
description: "{{ doc('block_timestamp') }}"
|
||||
tests:
|
||||
- dbt_expectations.expect_column_to_exist
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 1
|
||||
- not_null
|
||||
|
||||
- name: BLOCK_ID
|
||||
|
||||
@ -15,7 +15,7 @@ models:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 1
|
||||
interval: 3
|
||||
|
||||
- name: BLOCK_ID
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user