Skip to content

Commit

Permalink
hotfix update both models in single dbt cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui committed Oct 16, 2024
1 parent eb42fa2 commit 7021e4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dbt_run_streamline_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -s models/streamline/core/complete/streamline__complete_blocks_2.sql
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS": True}' -s streamline__blocks_2
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS": True}' -s streamline__complete_blocks_2 streamline__blocks_2

0 comments on commit 7021e4c

Please sign in to comment.