Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nexus Mutual - Capital Pool re-run #7524

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading