From 1dd9aa62162251be56950d089cf1b60e11e5aa51 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Tue, 15 Jul 2025 14:10:28 -0400 Subject: [PATCH] .. --- .../core/realtime/streamline__transactions_realtime.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 02fd051..34a2d02 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"transactions", - "sql_limit" :"2000000", + "sql_limit" :"2200000", "producer_batch_size" :"100000", "worker_batch_size" :"5000", "async_concurrent_requests" :"10",