Skip to content

Commit

Permalink
lower threads (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Nov 13, 2023
1 parent 343a65a commit 0a75910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run_scheduled_non_realtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run --threads 8 --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "gnosis_models,tag:non_realtime" "gnosis_models,tag:streamline_decoded_logs_complete" "gnosis_models,tag:streamline_decoded_logs_realtime"
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "gnosis_models,tag:non_realtime" "gnosis_models,tag:streamline_decoded_logs_complete" "gnosis_models,tag:streamline_decoded_logs_realtime"

0 comments on commit 0a75910

Please sign in to comment.