From 54f8672fcd464ba7b6ca00b419a0962f51409a18 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Tue, 18 Nov 2025 17:05:08 -0500 Subject: [PATCH 1/2] upds --- data/github_actions__workflows.csv | 8 ++++---- models/silver/core/silver__blocks.sql | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index f500947..14043cf 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,6 +1,6 @@ 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 */3 * * *" -dbt_test_recent,"20 */4 * * *" \ No newline at end of file +dbt_run_core,"50 */3 * * *" +dbt_test_tasks,"0 * * * *" +dbt_run_non_core,"25 */6 * * *" +dbt_test_recent,"20 */12 * * *" \ No newline at end of file diff --git a/models/silver/core/silver__blocks.sql b/models/silver/core/silver__blocks.sql index 3513f95..0c4a9e7 100644 --- a/models/silver/core/silver__blocks.sql +++ b/models/silver/core/silver__blocks.sql @@ -1,12 +1,12 @@ {{ config( materialized = 'incremental', - unique_key = "blocks_id", + unique_key = "block_id", incremental_strategy = 'merge', - incremental_predicates = ["COALESCE(DBT_INTERNAL_DEST.block_timestamp::DATE,'2099-12-31') >= (select min(block_timestamp::DATE) from " ~ generate_tmp_view_name(this) ~ ")"], merge_exclude_columns = ["inserted_timestamp"], cluster_by = ['block_timestamp::DATE'], tags = ['core','full_test'] ) }} +-- incremental_predicates = ["COALESCE(DBT_INTERNAL_DEST.block_timestamp::DATE,'2099-12-31') >= (select min(block_timestamp::DATE) from " ~ generate_tmp_view_name(this) ~ ")"], -- depends_on: {{ ref('bronze__blocks') }} {% if execute %} From 01b0dac1214e2066f2c422e307cbd4066309ac66 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Wed, 19 Nov 2025 16:13:36 -0500 Subject: [PATCH 2/2] . --- data/github_actions__workflows.csv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 14043cf..f500947 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,6 +1,6 @@ workflow_name,workflow_schedule dbt_run_streamline_blocks_realtime,"5,35 * * * *" -dbt_run_core,"50 */3 * * *" -dbt_test_tasks,"0 * * * *" -dbt_run_non_core,"25 */6 * * *" -dbt_test_recent,"20 */12 * * *" \ No newline at end of file +dbt_run_core,"20,50 * * * *" +dbt_test_tasks,"0,30 * * * *" +dbt_run_non_core,"25 */3 * * *" +dbt_test_recent,"20 */4 * * *" \ No newline at end of file