From 5189606c9dcba976233770dcbecd64acbb0d5650 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Wed, 16 Jul 2025 13:27:40 -0400 Subject: [PATCH] 100K to 90K --- .../core/realtime/streamline__transactions_realtime.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index db4c667..18ff127 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -4,10 +4,10 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"transactions", - "sql_limit" :"100000", - "producer_batch_size" :"100000", + "sql_limit" :"90000", + "producer_batch_size" :"90000", "worker_batch_size" :"2500", - "async_concurrent_requests" :"5", + "async_concurrent_requests" :"6", "sql_source" :"{{this.identifier}}", 'exploded_key': '["result"]', "order_by_column": "checkpoint_number DESC" }