From db3203fd45dbecec5f595f0b16f33f738f6eb752 Mon Sep 17 00:00:00 2001 From: Stanley Date: Tue, 13 May 2025 20:50:47 +0700 Subject: [PATCH] Artemis Test Update (#118) --- models/artemis/gold/artemis__active_users.yml | 2 +- models/artemis/gold/artemis__tx_count.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/artemis/gold/artemis__active_users.yml b/models/artemis/gold/artemis__active_users.yml index f45f529..0697093 100644 --- a/models/artemis/gold/artemis__active_users.yml +++ b/models/artemis/gold/artemis__active_users.yml @@ -19,7 +19,7 @@ models: - not_null - dbt_expectations.expect_row_values_to_have_recent_data: datepart: day - interval: 3 + interval: 5 - name: ACTIVE_USERS description: "The number of active users for the given blockchain and as of date." tests: diff --git a/models/artemis/gold/artemis__tx_count.yml b/models/artemis/gold/artemis__tx_count.yml index 7cce9c3..56cc677 100644 --- a/models/artemis/gold/artemis__tx_count.yml +++ b/models/artemis/gold/artemis__tx_count.yml @@ -19,7 +19,7 @@ models: - not_null - dbt_expectations.expect_row_values_to_have_recent_data: datepart: day - interval: 3 + interval: 5 - name: TX_COUNT description: "The number of tx count for the given blockchain and as of date." tests: