updated cron schedules and removed silver from tx_realtime

This commit is contained in:
Mike Stepanovic 2025-03-07 14:55:16 -07:00
parent 910ac7df46
commit 42fc2f2a51
2 changed files with 3 additions and 1 deletions

View File

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

View File

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