100K -> 25K

This commit is contained in:
Eric Laurello 2024-11-01 14:24:22 -04:00
parent 7695b33f19
commit c525e62b0b
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"blocks_v2",
"sql_limit" :"100000",
"sql_limit" :"25000",
"producer_batch_size" :"2000",
"worker_batch_size" :"500",
"sql_source" :"{{this.identifier}}" }

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions_v2",
"sql_limit" :"100000",
"sql_limit" :"25000",
"producer_batch_size" :"400",
"worker_batch_size" :"100",
"exploded_key": tojson(["result.txs"]),

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"txcount_v2",
"sql_limit" :"100000",
"sql_limit" :"25000",
"producer_batch_size" :"2000",
"worker_batch_size" :"500",
"sql_source" :"{{this.identifier}}" }