mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 11:21:52 +00:00
5k sql limit
This commit is contained in:
parent
a7d2b3c4d2
commit
5cc391b1c1
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"blocks_v2",
|
||||
"sql_limit" :"1000",
|
||||
"sql_limit" :"5000",
|
||||
"producer_batch_size" :"20",
|
||||
"worker_batch_size" :"10",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"transactions_v2",
|
||||
"sql_limit" :"1000",
|
||||
"sql_limit" :"5000",
|
||||
"producer_batch_size" :"20",
|
||||
"worker_batch_size" :"10",
|
||||
"exploded_key": "[\"result.txs\"]",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"txcount_v2",
|
||||
"sql_limit" :"1000",
|
||||
"sql_limit" :"5000",
|
||||
"producer_batch_size" :"20",
|
||||
"worker_batch_size" :"10",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user