Skip to content

Commit

Permalink
regular logic (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Sep 16, 2024
1 parent 134958d commit 21c6997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/dbt_run_temp_traces2.yml

This file was deleted.

5 changes: 2 additions & 3 deletions models/silver/core/silver__fact_traces2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
incremental_predicates = [fsc_evm.standard_predicate()],
cluster_by = "block_timestamp::date",
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION",
tags = ['traces_reload'],
tags = ['non_realtime'],
full_refresh = false
) }}
{{ fsc_evm.gold_traces_v1(
full_reload_start_block = 5000000,
full_reload_blocks = 3000000,
full_reload_mode = true
full_reload_blocks = 3000000
) }}

0 comments on commit 21c6997

Please sign in to comment.