Merge pull request #40 from FlipsideCrypto/AN-4961/regular-logic

regular logic
This commit is contained in:
Austin 2024-09-26 15:06:53 -04:00 committed by GitHub
commit a3a1cde209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@
incremental_predicates = [fsc_evm.standard_predicate()],
cluster_by = "block_timestamp::date",
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION",
tags = ['traces_reload']
full_refresh = false,
tags = ['non_realtime']
) }}
{{ fsc_evm.gold_traces_v1(
full_reload_start_block = 149500000,
full_reload_blocks = 5000000,
full_reload_mode = true,
tx_status_bool = true,
kaia_traces_mode = true
) }}

View File

@ -4,13 +4,13 @@
incremental_strategy = 'delete+insert',
unique_key = "block_number",
cluster_by = ['modified_timestamp::DATE','partition_key'],
tags = ['traces_reload']
full_refresh = false,
tags = ['non_realtime']
) }}
{{ fsc_evm.silver_traces_v1(
full_reload_start_block = 149500000,
full_reload_blocks = 5000000,
full_reload_mode = true,
use_partition_key = true,
kaia_traces_mode = true
) }}