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: