fix decoded

This commit is contained in:
mattromano 2025-04-15 13:16:47 -07:00
parent cb17f196cc
commit 5f71bd35ad

View File

@ -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