temp backfill workflow

This commit is contained in:
drethereum 2025-05-27 09:22:42 -06:00
parent fb4aa46ca2
commit ff11d6bc5d

View File

@ -0,0 +1,19 @@
name: dbt_run_streamline_balances_history_temp
run-name: dbt_run_streamline_balances_history_temp
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@pre-release/v4-beta
with:
command_name: Run Balances History Temp 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:history"
secrets: inherit