mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 16:16:47 +00:00
Tmp change history for jupv5 backfill (#384)
* temp change to pull all jupv5 txs * allow manual dispatch for history parser workflow * revert
This commit is contained in:
parent
4d965d709e
commit
a04a80d7ea
@ -17,5 +17,4 @@ select
|
||||
tx_id,
|
||||
h.block_id
|
||||
from {{ ref('streamline__all_undecoded_instructions_history_queue') }} h
|
||||
where program_id in ('JUP5pEAZeHdHrLxh5UCwAbpjGwYKKoquCpda2hfP4u8','JUP5cHjnnCx2DppVsufsLrXs8EBZeEZzGtEK9Gdz6ow')
|
||||
-- where h.block_id between (select max_block_id-200000 from m) and (select max_block_id from m)
|
||||
where h.block_id between (select max_block_id-200000 from m) and (select max_block_id from m)
|
||||
Loading…
Reference in New Issue
Block a user