From 73acbdbfe22b2c64dfa15dfea76c961c96e83436 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 17 Jun 2025 12:55:14 -0400 Subject: [PATCH] updates --- data/github_actions__workflows.csv | 2 +- models/silver/core/silver__blocks.sql | 2 +- models/silver/core/silver__transactions.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 77032aa..bf9cd82 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,5 +1,5 @@ workflow_name,workflow_schedule dbt_run_streamline_realtime_blocks_transactions,"12,42 * * * *" -dbt_run_streamline_realtime_step_2,"20,52 * * * *" +dbt_run_streamline_realtime_step_2,"18,48 * * * *" dbt_run_scheduled,"25,55 * * * *" dbt_test_tasks,"28,58 * * * *" \ No newline at end of file diff --git a/models/silver/core/silver__blocks.sql b/models/silver/core/silver__blocks.sql index 3931375..ca2423b 100644 --- a/models/silver/core/silver__blocks.sql +++ b/models/silver/core/silver__blocks.sql @@ -4,7 +4,7 @@ incremental_strategy = 'delete+insert', unique_key = "block_number", cluster_by = "block_timestamp::date", - tags = ['core','streamline_core_evm_realtime'] + tags = ['core','streamline_core_evm_realtime_step_2'] ) }} SELECT diff --git a/models/silver/core/silver__transactions.sql b/models/silver/core/silver__transactions.sql index 104ccd1..c617a35 100644 --- a/models/silver/core/silver__transactions.sql +++ b/models/silver/core/silver__transactions.sql @@ -4,7 +4,7 @@ incremental_strategy = 'delete+insert', unique_key = "tx_id", cluster_by = "block_timestamp::date, _inserted_timestamp::date", - tags = ['core','streamline_core_evm_realtime'] + tags = ['core','streamline_core_evm_realtime_step_2'] ) }} WITH base AS (