Skip to content

Commit

Permalink
fixing decoded events macro
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Dec 12, 2024
1 parent e476a23 commit 338fe8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions macros/metrics/get_ez_decoded_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
contract_address,
origin_from_address,
origin_to_address,
status,
tx_status,
event_name,
decoded_event
decoded_log,
topic_zero,
data
from {{ ref("fact_" ~ chain ~ "_decoded_events") }}
{% endmacro %}

0 comments on commit 338fe8e

Please sign in to comment.