mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 14:17:04 +00:00
adjust params
This commit is contained in:
parent
5f777096e5
commit
41584be629
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_blocks",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"3600",
|
||||
"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" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"3600",
|
||||
"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" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"3600",
|
||||
"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" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"1800",
|
||||
"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" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_limit" :"3600",
|
||||
"producer_batch_size" :"3600",
|
||||
"worker_batch_size" :"3600",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result.transactions"]) }
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user