From c7856bd01fd5722158952771dc8253d1f2fa46f4 Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Mon, 9 Dec 2024 11:42:39 -0700 Subject: [PATCH 1/2] updated noncore to target sched. and fixed false alarm test --- data/github_actions__workflows.csv | 2 +- .../tests/tokens/test_core__token_registrations_recent.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index acf4443..8feb006 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -2,5 +2,5 @@ workflow_name,workflow_schedule dbt_run_streamline_blocks_realtime,"5,35 * * * *" dbt_run_core,"20,50 * * * *" dbt_test_tasks,"0,30 * * * *" -dbt_run_non_core,"25,55 * * * *" +dbt_run_non_core,"0 */3 * * *" dbt_test_recent,"20 */4 * * *" \ No newline at end of file diff --git a/models/gold/tests/tokens/test_core__token_registrations_recent.yml b/models/gold/tests/tokens/test_core__token_registrations_recent.yml index edc6af6..d655da5 100644 --- a/models/gold/tests/tokens/test_core__token_registrations_recent.yml +++ b/models/gold/tests/tokens/test_core__token_registrations_recent.yml @@ -13,8 +13,8 @@ models: - not_null: where: token_id != '3443843282313283355522573239085696902919850365217539366784739393210722344986field' - dbt_expectations.expect_row_values_to_have_recent_data: - datepart: hour - interval: 3 + datepart: day + interval: 2 - name: TX_ID_CREATED tests: From 66f3466dff51e5b479467109f6de289d62251da7 Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Mon, 9 Dec 2024 11:47:49 -0700 Subject: [PATCH 2/2] kept mins the same --- data/github_actions__workflows.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 8feb006..f500947 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -2,5 +2,5 @@ workflow_name,workflow_schedule dbt_run_streamline_blocks_realtime,"5,35 * * * *" dbt_run_core,"20,50 * * * *" dbt_test_tasks,"0,30 * * * *" -dbt_run_non_core,"0 */3 * * *" +dbt_run_non_core,"25 */3 * * *" dbt_test_recent,"20 */4 * * *" \ No newline at end of file