This commit is contained in:
Eric Laurello 2025-07-18 08:40:21 -04:00
parent 51058491ca
commit 624fdb89e1

View File

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