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