diff --git a/.github/workflows/dbt_run_streamline_blocks_realtime.yml b/.github/workflows/dbt_run_streamline_blocks_realtime.yml index 3f2c2ff..606a25e 100644 --- a/.github/workflows/dbt_run_streamline_blocks_realtime.yml +++ b/.github/workflows/dbt_run_streamline_blocks_realtime.yml @@ -42,7 +42,7 @@ jobs: - name: Run DBT Jobs run: | - dbt run -s 2+streamline__blocks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}' + dbt run -s 2+streamline__blocks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_BACKFILL": True}' - name: Store logs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/dbt_run_streamline_chunks_realtime.yml b/.github/workflows/dbt_run_streamline_chunks_realtime.yml index 73b7418..bd71005 100644 --- a/.github/workflows/dbt_run_streamline_chunks_realtime.yml +++ b/.github/workflows/dbt_run_streamline_chunks_realtime.yml @@ -42,7 +42,7 @@ jobs: - name: Run DBT Jobs run: | - dbt run -s 2+streamline__chunks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}' + dbt run -s 2+streamline__chunks_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_BACKFILL": True}' - name: Store logs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/dbt_run_streamline_transactions_realtime.yml b/.github/workflows/dbt_run_streamline_transactions_realtime.yml index a5b828f..08a3515 100644 --- a/.github/workflows/dbt_run_streamline_transactions_realtime.yml +++ b/.github/workflows/dbt_run_streamline_transactions_realtime.yml @@ -42,7 +42,7 @@ jobs: - name: Run DBT Jobs run: | - dbt run -s 2+streamline__transactions_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}' + dbt run -s 2+streamline__transactions_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_BACKFILL": True}' - name: Store logs uses: actions/upload-artifact@v4