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:
desmond-hui 2023-11-03 13:53:33 -07:00 committed by GitHub
parent 4d965d709e
commit a04a80d7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)