mirror of
https://github.com/FlipsideCrypto/bob-models.git
synced 2026-02-06 13:26:53 +00:00
v4.25.1
This commit is contained in:
parent
238e7a86ba
commit
5cf5a3d511
19
.github/workflows/dbt_run_streamline_balances_history.yml
vendored
Normal file
19
.github/workflows/dbt_run_streamline_balances_history.yml
vendored
Normal 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
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.24.4
|
||||
revision: v4.25.1
|
||||
Loading…
Reference in New Issue
Block a user