decoder workflows

This commit is contained in:
drethereum 2023-08-01 11:26:04 -06:00
parent c2aa3c027d
commit 1fcbb635f6
2 changed files with 1 additions and 2 deletions

View File

@ -42,4 +42,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -m tag:non_realtime
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m tag:non_realtime 1+tag:streamline_decoded_logs_realtime

View File

@ -42,5 +42,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+tag:streamline_decoded_logs_realtime
dbt run -m tag:decoded_logs