mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 14:11:55 +00:00
merge
This commit is contained in:
commit
618bf841dc
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":400000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":20000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":500, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":50}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:history"
|
||||
secrets: inherit
|
||||
@ -1,3 +1,7 @@
|
||||
block_number
|
||||
31697306
|
||||
31697810
|
||||
31697810
|
||||
74593456
|
||||
74593760
|
||||
74595296
|
||||
74595472
|
||||
|
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.22.0
|
||||
revision: v4.22.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user