From 7021e4cf0adf57509f167389d6c1ff004eb7a65d Mon Sep 17 00:00:00 2001 From: desmond-hui Date: Wed, 16 Oct 2024 09:58:14 -0700 Subject: [PATCH] hotfix update both models in single dbt cmd --- .github/workflows/dbt_run_streamline_blocks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dbt_run_streamline_blocks.yml b/.github/workflows/dbt_run_streamline_blocks.yml index a45c43243..4f7d199ec 100644 --- a/.github/workflows/dbt_run_streamline_blocks.yml +++ b/.github/workflows/dbt_run_streamline_blocks.yml @@ -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 \ No newline at end of file + dbt run --vars '{"STREAMLINE_INVOKE_STREAMS": True}' -s streamline__complete_blocks_2 streamline__blocks_2