mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:47:03 +00:00
batching
This commit is contained in:
parent
5de77b6c76
commit
471fae31c8
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"transactions_v2",
|
||||
"sql_limit" :"6000",
|
||||
"producer_batch_size" :"150",
|
||||
"worker_batch_size" :"50",
|
||||
"sql_limit" :"1200",
|
||||
"producer_batch_size" :"60",
|
||||
"worker_batch_size" :"30",
|
||||
"exploded_key": "[\"result.txs\"]",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user