mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 13:17:03 +00:00
Merge pull request #42 from FlipsideCrypto/edit-node-limits
change limits
This commit is contained in:
commit
161a041bf8
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_blocks",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
),
|
||||
tags = ['streamline_testnet_realtime']
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_confirm_blocks",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
),
|
||||
tags = ['streamline_testnet_realtime']
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_receipts",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
),
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_traces",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
),
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_transactions",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result.transactions"]) }
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user