max the 15 minute window

This commit is contained in:
Eric Laurello 2025-07-18 10:03:17 -04:00
parent 624fdb89e1
commit 5dce3b054a

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"80000",
"producer_batch_size" :"80000",
"worker_batch_size" :"2000",
"sql_limit" :"100000",
"producer_batch_size" :"100000",
"worker_batch_size" :"2500",
"async_concurrent_requests" :"5",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',