This commit is contained in:
Austin 2024-11-01 14:16:11 -04:00
parent a80bafb6ed
commit 7695b33f19
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
params ={ "external_table" :"evm_blocks",
"sql_limit" :"25000",
"producer_batch_size" :"25000",
"worker_batch_size" :"10000",
"worker_batch_size" :"15000",
"sql_source" :"{{this.identifier}}" }
),
tags = ['streamline_core_evm_realtime']

View File

@ -6,7 +6,7 @@
params ={ "external_table" :"evm_transactions",
"sql_limit" :"25000",
"producer_batch_size" :"25000",
"worker_batch_size" :"10000",
"worker_batch_size" :"15000",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result.transactions"]) }
),