balances history

This commit is contained in:
drethereum 2025-09-30 09:01:59 -06:00
parent 8bf36ea6c8
commit 23eef7d525

View File

@ -1,12 +1,10 @@
name: dbt_run_streamline_balances_history_temp
run-name: dbt_run_streamline_balances_history_temp
name: dbt_run_streamline_balances_history
run-name: dbt_run_streamline_balances_history
on:
workflow_dispatch:
branches:
- "main"
schedule:
- cron: '26 */3 * * *'
concurrency:
group: ${{ github.workflow }}
@ -15,7 +13,7 @@ jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Balances History Temp Models
command_name: Run Balances History Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:history"
secrets: inherit