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