fix/decoded-traces-join (#1027)

call_id
This commit is contained in:
drethereum 2025-02-26 09:25:38 -07:00 committed by GitHub
parent 41d7ea14ef
commit ca78018be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,8 +33,11 @@
'-',
t.block_number,
t.tx_position,
t.type,
t.trace_address
CONCAT(
t.type,
'_',
t.trace_address
)
) AS _call_id
FROM
{{ ref('core__fact_traces') }}
@ -148,8 +151,11 @@
'-',
t.block_number,
t.tx_position,
t.type,
t.trace_address
CONCAT(
t.type,
'_',
t.trace_address
)
) AS _call_id
FROM
target_blocks