This commit is contained in:
drethereum 2025-09-10 12:25:07 -06:00
parent 238e7a86ba
commit 5cf5a3d511
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
name: dbt_run_streamline_balances_history
run-name: dbt_run_streamline_balances_history
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
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.24.4
revision: v4.25.1