This commit is contained in:
Austin 2025-06-17 12:55:14 -04:00
parent 8f304248bb
commit 73acbdbfe2
3 changed files with 3 additions and 3 deletions

View File

@ -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 * * * *"
1 workflow_name workflow_schedule
2 dbt_run_streamline_realtime_blocks_transactions 12,42 * * * *
3 dbt_run_streamline_realtime_step_2 20,52 * * * * 18,48 * * * *
4 dbt_run_scheduled 25,55 * * * *
5 dbt_test_tasks 28,58 * * * *

View File

@ -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

View File

@ -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 (