mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 13:26:46 +00:00
dial back
This commit is contained in:
parent
9b3a45ffac
commit
1b8b924ca7
@ -4,8 +4,8 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"checkpoints",
|
||||
"sql_limit" :"200000",
|
||||
"producer_batch_size" :"200000",
|
||||
"sql_limit" :"100000",
|
||||
"producer_batch_size" :"100000",
|
||||
"worker_batch_size" :"100000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"order_by_column": "checkpoint_number" }
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"transactions",
|
||||
"sql_limit" :"100000",
|
||||
"producer_batch_size" :"100000",
|
||||
"sql_limit" :"50000",
|
||||
"producer_batch_size" :"50000",
|
||||
"worker_batch_size" :"25000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
'exploded_key': '["result"]',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user