back down

This commit is contained in:
Eric Laurello 2025-07-12 07:42:59 -04:00
parent d1ce58dc71
commit a4a5f4a38f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"checkpoints",
"sql_limit" :"2000000",
"sql_limit" :"200000",
"producer_batch_size" :"200000",
"worker_batch_size" :"50000",
"async_concurrent_requests" :"25",

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"2000000",
"sql_limit" :"200000",
"producer_batch_size" :"100000",
"worker_batch_size" :"5000",
"async_concurrent_requests" :"10",