Skip to content

Commit

Permalink
regular logic (#307)
Browse files Browse the repository at this point in the history
* regular logic

* fix

* remove
  • Loading branch information
austinFlipside authored Sep 14, 2024
1 parent 314ee53 commit 6f21262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/dbt_run_temp_traces2.yml

This file was deleted.

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

0 comments on commit 6f21262

Please sign in to comment.