From 6a7fa16b92b2940bc04a6217cd28c8b549255dbe Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Tue, 10 Jun 2025 08:03:15 -0400 Subject: [PATCH] rm latency on bonds --- models/gold/defi/defi__fact_bond_actions.yml | 6 +++--- models/gold/defi/defi__fact_bond_events.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/models/gold/defi/defi__fact_bond_actions.yml b/models/gold/defi/defi__fact_bond_actions.yml index b06cbc6..59b193c 100644 --- a/models/gold/defi/defi__fact_bond_actions.yml +++ b/models/gold/defi/defi__fact_bond_actions.yml @@ -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: diff --git a/models/gold/defi/defi__fact_bond_events.yml b/models/gold/defi/defi__fact_bond_events.yml index 656279d..2f13f79 100644 --- a/models/gold/defi/defi__fact_bond_events.yml +++ b/models/gold/defi/defi__fact_bond_events.yml @@ -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: