mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 14:11:55 +00:00
state tracer temp backfill
This commit is contained in:
parent
d738f40489
commit
5310d68d21
21
.github/workflows/dbt_run_streamline_balances_history_temp.yml
vendored
Normal file
21
.github/workflows/dbt_run_streamline_balances_history_temp.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: dbt_run_streamline_balances_history_temp
|
||||
run-name: dbt_run_streamline_balances_history_temp
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
- cron: '26 */4 * * *'
|
||||
|
||||
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 Temp Models
|
||||
command: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "BALANCES_SL_STATE_TRACER_HISTORY_SQL_LIMIT":500000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":20000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":2000, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":10}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:history"
|
||||
secrets: inherit
|
||||
Loading…
Reference in New Issue
Block a user