* 25k

* updates
This commit is contained in:
Austin 2024-11-04 10:49:53 -05:00 committed by GitHub
parent b14ddff5ec
commit 1ca143d27a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -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']

View File

@ -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"]) }
),

View File

@ -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"]) }
),