rm latency on bonds

This commit is contained in:
Eric Laurello 2025-06-10 08:03:15 -04:00
parent 2bc99bf801
commit 6a7fa16b92
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@ models:
tests:
- not_null:
where: DIM_BLOCK_ID not in ('-1','-2')
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 4
# - dbt_expectations.expect_row_values_to_have_recent_data:
# datepart: day
# interval: 4
- name: DIM_BLOCK_ID
description: "FK to DIM_BLOCK table"
tests:

View File

@ -13,9 +13,9 @@ models:
tests:
- not_null:
where: DIM_BLOCK_ID not in ('-1','-2')
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 4
# - dbt_expectations.expect_row_values_to_have_recent_data:
# datepart: day
# interval: 4
- name: DIM_BLOCK_ID
description: "FK to DIM_BLOCK table"
tests: