mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 17:26:46 +00:00
parent
b14ddff5ec
commit
1ca143d27a
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"evm_blocks",
|
||||
"sql_limit" :"15000",
|
||||
"producer_batch_size" :"15000",
|
||||
"worker_batch_size" :"5000",
|
||||
"sql_limit" :"30000",
|
||||
"producer_batch_size" :"30000",
|
||||
"worker_batch_size" :"10000",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
),
|
||||
tags = ['streamline_core_evm_realtime']
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"evm_receipts",
|
||||
"sql_limit" :"15000",
|
||||
"producer_batch_size" :"15000",
|
||||
"worker_batch_size" :"5000",
|
||||
"sql_limit" :"30000",
|
||||
"producer_batch_size" :"30000",
|
||||
"worker_batch_size" :"9000",
|
||||
"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" :"evm_transactions",
|
||||
"sql_limit" :"15000",
|
||||
"producer_batch_size" :"15000",
|
||||
"worker_batch_size" :"5000",
|
||||
"sql_limit" :"30000",
|
||||
"producer_batch_size" :"30000",
|
||||
"worker_batch_size" :"10000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result.transactions"]) }
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user