Skip to content

Commit

Permalink
change (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Dec 10, 2024
1 parent 01cc4b6 commit 4814d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/silver/core/silver__fact_traces2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ error_logic AS (
LEFT JOIN errored_traces b1
ON b0.block_number = b1.block_number
AND b0.tx_position = b1.tx_position
AND b0.trace_address RLIKE CONCAT('^', b1.trace_address, '_[0-9]+$')
AND b0.trace_address RLIKE CONCAT('^', b1.trace_address, '(_[0-9]+)*$')
LEFT JOIN errored_traces b2
ON b0.block_number = b2.block_number
AND b0.tx_position = b2.tx_position
Expand Down

0 comments on commit 4814d90

Please sign in to comment.