diff --git a/.github/workflows/dbt_run_streamline_non_core_weekly.yml b/.github/workflows/dbt_run_streamline_non_core_weekly.yml index 3e7c7ab..9d48d3b 100644 --- a/.github/workflows/dbt_run_streamline_non_core_weekly.yml +++ b/.github/workflows/dbt_run_streamline_non_core_weekly.yml @@ -1,5 +1,5 @@ -name: dbt_run_streamline_weekly -run-name: dbt_run_streamline_weekly +name: dbt_run_streamline_non_core_weekly +run-name: dbt_run_streamline_non_core_weekly on: workflow_dispatch: @@ -42,7 +42,7 @@ jobs: - name: Run DBT Jobs run: | - dbt run -s tag:streamline_non_core + dbt run -s tag:streamline_non_core --vars '{"STREAMLINE_INVOKE_STREAMS": True}'; - name: Store logs uses: actions/upload-artifact@v4