From ad3a8676bb94320d3f915bcaa68474ff251fac7f Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:14:16 -0600 Subject: [PATCH] invoke stream --- .github/workflows/dbt_run_streamline_non_core_weekly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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