add larger recency range...programs may be deprecated or no longer used (#148)

This commit is contained in:
desmond-hui 2022-11-03 08:18:35 -07:00 committed by GitHub
parent 8a8262e9ec
commit 5f37d275d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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