This commit is contained in:
Eric Laurello 2025-07-17 21:11:20 -04:00
parent 3065f07974
commit 2beb0ac3ef

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"500000",
"producer_batch_size" :"500000",
"worker_batch_size" :"5000",
"sql_limit" :"600000",
"producer_batch_size" :"600000",
"worker_batch_size" :"6000",
"async_concurrent_requests" :"25",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',