balances/cleanup (#507)
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled

* balances history

* bump
This commit is contained in:
drethereum 2025-09-30 09:24:05 -06:00 committed by GitHub
parent 8bf36ea6c8
commit 7243239969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

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

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.27.8
revision: v4.27.9