mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 12:02:00 +00:00
kaia mode
This commit is contained in:
parent
659b86b182
commit
b9a36c1f43
16
models/silver/core/silver__fact_traces2.sql
Normal file
16
models/silver/core/silver__fact_traces2.sql
Normal 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
|
||||
) }}
|
||||
@ -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
|
||||
) }}
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user