diff --git a/.github/workflows/dbt_run_core.yml b/.github/workflows/dbt_run_core.yml index e539e80..2ba727d 100644 --- a/.github/workflows/dbt_run_core.yml +++ b/.github/workflows/dbt_run_core.yml @@ -3,6 +3,8 @@ run-name: dbt_run_incremental_core on: workflow_dispatch: + schedule: + - cron: "22,52 * * * *" env: DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}" diff --git a/.github/workflows/dbt_run_streamline_transactions_realtime.yml b/.github/workflows/dbt_run_streamline_transactions_realtime.yml index 606e01d..0cd8498 100644 --- a/.github/workflows/dbt_run_streamline_transactions_realtime.yml +++ b/.github/workflows/dbt_run_streamline_transactions_realtime.yml @@ -39,4 +39,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 models/silver/core/silver__blocks.sql; + dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/streamline/core/realtime/streamline__transactions_realtime.sql;