history wf

This commit is contained in:
drethereum 2025-11-03 14:45:22 -07:00
parent dd3d5c466d
commit fa5802064e

View File

@ -0,0 +1,20 @@
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