From f1b8bc794d0f8299bfb58fe9ccf1d9e42727de5a Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Tue, 5 Aug 2025 14:13:00 -0400 Subject: [PATCH] 2+ --- .github/workflows/dbt_run_streamline_transactions_realtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_streamline_transactions_realtime.yml b/.github/workflows/dbt_run_streamline_transactions_realtime.yml index a005cd2..b030016 100644 --- a/.github/workflows/dbt_run_streamline_transactions_realtime.yml +++ b/.github/workflows/dbt_run_streamline_transactions_realtime.yml @@ -44,4 +44,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/streamline/core/realtime/streamline__transactions_realtime.sql \ No newline at end of file + dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 2+models/streamline/core/realtime/streamline__transactions_realtime.sql \ No newline at end of file