kaia mode

This commit is contained in:
Austin 2024-09-26 11:37:33 -04:00
parent 659b86b182
commit b9a36c1f43
4 changed files with 25 additions and 8 deletions

View File

@ -0,0 +1,16 @@
{{ config (
materialized = "incremental",
incremental_strategy = 'delete+insert',
unique_key = "block_number",
incremental_predicates = [fsc_evm.standard_predicate()],
cluster_by = "block_timestamp::date",
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION",
tags = ['traces_reload']
) }}
{{ 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,12 +4,13 @@
incremental_strategy = 'delete+insert',
unique_key = "block_number",
cluster_by = ['modified_timestamp::DATE','partition_key'],
full_refresh = false,
tags = ['non_realtime']
tags = ['traces_reload']
) }}
{{ fsc_evm.silver_traces_v1(
full_reload_start_block = 20000000,
full_reload_blocks = 2000000,
use_partition_key = true
full_reload_start_block = 149500000,
full_reload_blocks = 5000000,
full_reload_mode = true,
use_partition_key = true,
kaia_traces_mode = true
) }}

View File

@ -10,9 +10,9 @@ packages:
- package: get-select/dbt_snowflake_query_tags
version: 2.5.0
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: fa14720ed648084985b9f27621244ae443534915
revision: b89f64d549166811d5a8aea8fa13d17d7e8c24e3
- package: calogica/dbt_date
version: 0.7.2
- git: https://github.com/FlipsideCrypto/livequery-models.git
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
sha1_hash: c715bb9fcca7960bb0c763929680fbcf9b53f9a5
sha1_hash: b1decd4ad7955ae1b2392c3652bf9ce22bc522b4

View File

@ -10,4 +10,4 @@ packages:
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v1.8.1
revision: v1.11.0