Skip to content

Commit

Permalink
use case sensitive source name
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Feb 4, 2025
1 parent da2c77e commit 3f1b813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WITH
withdrawalRoot,
JSON_PARSE(withdrawal) AS parsed_withdrawal
FROM
{{ source('eigenlayer_ethereum', 'delegationmanager_evt_withdrawalqueued') }}
{{ source('eigenlayer_ethereum', 'DelegationManager_evt_WithdrawalQueued') }}
)
SELECT
t.evt_tx_hash,
Expand Down

0 comments on commit 3f1b813

Please sign in to comment.