mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 17:56:55 +00:00
balances temp backfill (#370)
* balances temp backfill * package * sched
This commit is contained in:
parent
5aeeda28bc
commit
82ba5a1e52
22
.github/workflows/dbt_run_streamline_balances_history_temp.yml
vendored
Normal file
22
.github/workflows/dbt_run_streamline_balances_history_temp.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: dbt_run_streamline_balances_history_temp
|
||||
run-name: dbt_run_streamline_balances_history_temp
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
- cron: '26 */6 * * *'
|
||||
|
||||
|
||||
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.27.14
|
||||
revision: v4.27.15
|
||||
|
||||
Loading…
Reference in New Issue
Block a user