Skip to content

Commit

Permalink
chore: trigger re-run (#7524)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfutago authored Jan 23, 2025
1 parent b3dccca commit 05db61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ with
transfer_combined as (
select * from {{ ref('nexusmutual_ethereum_capital_pool_transfers') }}
where block_time >= timestamp '2019-05-23'
and 1=1 -- dummy condition to trigger re-run
),

lido_oracle as (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ from transfer_nxmty_in
union all
select block_time, block_number, block_date, transfer_type, symbol, amount, contract_address, unique_key, tx_hash
from transfer_nxmty_out
where 1=1 -- dummy condition to trigger re-run

0 comments on commit 05db61b

Please sign in to comment.