mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
account storage wf
This commit is contained in:
parent
3bc1405351
commit
1e80b711cd
@ -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]
|
||||
Loading…
Reference in New Issue
Block a user