Skip to content

Commit

Permalink
Move GMX Project To Hourly Directory (#7500)
Browse files Browse the repository at this point in the history
* Move dbt models to hourly_spellbook directory. Modify WithdrawalCreated Event Model

* Removed changes in model
  • Loading branch information
AIDataMaster authored Jan 20, 2025
1 parent a906f4b commit 89f2de3
Show file tree
Hide file tree
Showing 135 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ WITH evt_data_1 AS (
MAX(CASE WHEN key_name = 'updatedAtTime' THEN value END) AS updated_at_time,
MAX(CASE WHEN key_name = 'executionFee' THEN value END) AS execution_fee,
MAX(CASE WHEN key_name = 'callbackGasLimit' THEN value END) AS callback_gas_limit,

MAX(CASE WHEN key_name = 'shouldUnwrapNativeToken' THEN value END) AS should_unwrap_native_token,

MAX(CASE WHEN key_name = 'key' THEN value END) AS "key"
Expand Down

0 comments on commit 89f2de3

Please sign in to comment.