Skip to content

Commit

Permalink
Adjust recency tests for soroban
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Mar 19, 2024
1 parent d069250 commit b4e6ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions models/sources/src_config_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ sources:
- name: config_settings
description: '{{ doc("config_settings") }}'
tests:
- dbt_utils.recency:
datepart: hour
field: closed_at
interval: 12
config:
severity: warn
meta:
description:
"Monitors the freshness of your table over time, as the expected time between data updates."
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- config_setting_id
Expand Down
4 changes: 2 additions & 2 deletions models/sources/src_contract_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sources:
description: '{{ doc("contract_code") }}'
tests:
- dbt_utils.recency:
datepart: hour
datepart: day
field: closed_at
interval: 12
interval: 3
config:
severity: warn
meta:
Expand Down

0 comments on commit b4e6ac3

Please sign in to comment.