invoke stream

This commit is contained in:
Jack Forgash 2025-03-18 11:14:16 -06:00
parent dd540962bc
commit ad3a8676bb

View File

@ -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