From 3f1b8132b310340ce7b5d62ebb1b2e7e6744882d Mon Sep 17 00:00:00 2001 From: Bowen Li Date: Tue, 4 Feb 2025 15:58:13 -0800 Subject: [PATCH] use case sensitive source name --- .../models/eigenlayer/v2_withdrawal_queued_flattened.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_subprojects/daily_spellbook/models/eigenlayer/v2_withdrawal_queued_flattened.sql b/dbt_subprojects/daily_spellbook/models/eigenlayer/v2_withdrawal_queued_flattened.sql index c8d3d12703f..29f92a244df 100644 --- a/dbt_subprojects/daily_spellbook/models/eigenlayer/v2_withdrawal_queued_flattened.sql +++ b/dbt_subprojects/daily_spellbook/models/eigenlayer/v2_withdrawal_queued_flattened.sql @@ -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,