remove duplicate recency tests and increase swaps lookback to 3d

This commit is contained in:
Mike Stepanovic 2025-06-09 10:46:24 -06:00
parent f80daf13d3
commit 54fd83c592
2 changed files with 1 additions and 4 deletions

View File

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

View File

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