From a04a80d7eaef696f94b8312f68d35e93e8be3965 Mon Sep 17 00:00:00 2001 From: desmond-hui <97470747+desmond-hui@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:53:33 -0700 Subject: [PATCH] Tmp change history for jupv5 backfill (#384) * temp change to pull all jupv5 txs * allow manual dispatch for history parser workflow * revert --- .../history/streamline__all_undecoded_instructions_history.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/streamline/parser/history/streamline__all_undecoded_instructions_history.sql b/models/streamline/parser/history/streamline__all_undecoded_instructions_history.sql index ca03747e..25f54ec5 100644 --- a/models/streamline/parser/history/streamline__all_undecoded_instructions_history.sql +++ b/models/streamline/parser/history/streamline__all_undecoded_instructions_history.sql @@ -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) \ No newline at end of file +where h.block_id between (select max_block_id-200000 from m) and (select max_block_id from m) \ No newline at end of file