account storage wf

This commit is contained in:
Austin 2025-10-09 07:31:30 -04:00
parent 3bc1405351
commit 1e80b711cd

View File

@ -1,11 +1,11 @@
name: dbt_run_streamline_evm_daily_realtime
run-name: dbt_run_streamline_evm_daily_realtime
name: dbt_run_streamline_daily
run-name: dbt_run_streamline_daily
on:
workflow_dispatch:
schedule:
# Daily at 00:00 UTC (see https://crontab.guru)
- cron: "0 0 * * *"
# Daily at 4:30 am UTC (see https://crontab.guru)
- cron: "30 4 * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"
@ -43,7 +43,7 @@ jobs:
- name: Run DBT Jobs
run: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -s 1+streamline__contract_abis_realtime
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -s 1+streamline__contract_abis_realtime 1+streamline__get_account_storage_realtime
notify-failure:
needs: [run_dbt_jobs]