This commit is contained in:
Eric Laurello 2025-07-14 16:22:35 -04:00
parent ffc0b3dcd4
commit 85fe3851bf

View File

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