mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 14:11:45 +00:00
fix decoded
This commit is contained in:
parent
cb17f196cc
commit
5f71bd35ad
@ -1,7 +1,7 @@
|
||||
{% test missing_decoded_logs(model) %}
|
||||
SELECT
|
||||
l.block_number,
|
||||
l.CONCAT(tx_hash :: STRING, '-', event_index :: STRING) AS _log_id
|
||||
CONCAT(l.tx_hash :: STRING, '-', l.event_index :: STRING) AS _log_id
|
||||
FROM
|
||||
{{ ref('core__fact_event_logs') }}
|
||||
l
|
||||
|
||||
Loading…
Reference in New Issue
Block a user