Update dbt_run_streamline_balances.yml

This commit is contained in:
eric-laurello 2025-01-10 08:00:37 -05:00 committed by GitHub
parent 9b8e0be669
commit 3a4849cd30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ run-name: dbt_run_streamline_balances
on:
workflow_dispatch:
schedule:
- cron: '0,30 1,2,3,4,5 * * *'
- cron: '0,30 5 * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"
@ -45,4 +45,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/streamline/silver/core/realtime/streamline__pool_balances_realtime.sql -t prod
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m 1+models/streamline/silver/core/realtime/streamline__pool_balances_realtime.sql -t prod