mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 09:26:44 +00:00
updates
This commit is contained in:
parent
8f304248bb
commit
73acbdbfe2
@ -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 * * * *"
|
||||
|
@ -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
|
||||
|
||||
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user