Increase recency test interval (#261)

This commit is contained in:
tarikceric 2023-02-27 08:03:40 -08:00 committed by GitHub
parent 6dfbbb95e6
commit 1aff80cbfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ models:
tests:
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
interval: 14
- name: BLOCK_ID
description: "{{ doc('block_id') }}"
tests:

View File

@ -12,7 +12,7 @@ models:
tests:
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 7
interval: 14
- name: BLOCK_ID
description: "{{ doc('block_id') }}"
tests: