Skip to content

Commit

Permalink
An 3858/add perm idl tables (#340)
Browse files Browse the repository at this point in the history
* add source for user supplied table

* udf to handle the idl verification process

* verify and store verified idls

* remove legacy code

* change udf name

* fix typo:

* add boolean flag to indicate this is verification process

* remove elements not needed for request

* update historical job to run completed and pointer before view

---------

Co-authored-by: Desmond Hui <[email protected]>
  • Loading branch information
desmond-hui and Desmond Hui authored Sep 7, 2023
1 parent f551027 commit 8b51b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dbt_run_parser_program_historical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -s models/streamline/parser/streamline__complete_decoded_instructions.sql models/streamline/parser/streamline__idls_history_pointer.sql
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m ./models/streamline/parser/streamline__all_undecoded_instructions_history.sql
3 changes: 1 addition & 2 deletions models/silver/idls/silver__verified_user_idls.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ LIMIT
e.index,
e.program_id,
e.instruction,
e.tx_id,
e.block_id
TRUE
) AS request
FROM
{{ ref('silver__events') }}
Expand Down

0 comments on commit 8b51b68

Please sign in to comment.