mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 16:01:55 +00:00
20k
This commit is contained in:
parent
174d74e26f
commit
d2b568e76e
@ -4,8 +4,8 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_blocks",
|
||||
"sql_limit" :"25000",
|
||||
"producer_batch_size" :"6000",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
),
|
||||
@ -61,4 +61,4 @@ SELECT
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
25000
|
||||
20000
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_receipts",
|
||||
"sql_limit" :"25000",
|
||||
"producer_batch_size" :"6000",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
@ -62,4 +62,4 @@ SELECT
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
25000
|
||||
20000
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_traces",
|
||||
"sql_limit" :"25000",
|
||||
"producer_batch_size" :"6000",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
@ -63,4 +63,4 @@ FROM
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
25000
|
||||
20000
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"testnet_transactions",
|
||||
"sql_limit" :"25000",
|
||||
"producer_batch_size" :"6000",
|
||||
"sql_limit" :"20000",
|
||||
"producer_batch_size" :"5000",
|
||||
"worker_batch_size" :"2000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result.transactions"]) }
|
||||
@ -62,4 +62,4 @@ SELECT
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
25000
|
||||
20000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user