From a4a5f4a38f3e9dbf21bc9aa9afbad11ce96af0d3 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Sat, 12 Jul 2025 07:42:59 -0400 Subject: [PATCH] back down --- .../core/realtime/streamline__checkpoints_realtime.sql | 2 +- .../core/realtime/streamline__transactions_realtime.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/streamline/core/realtime/streamline__checkpoints_realtime.sql b/models/streamline/core/realtime/streamline__checkpoints_realtime.sql index d093aab..6acb91e 100644 --- a/models/streamline/core/realtime/streamline__checkpoints_realtime.sql +++ b/models/streamline/core/realtime/streamline__checkpoints_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"checkpoints", - "sql_limit" :"2000000", + "sql_limit" :"200000", "producer_batch_size" :"200000", "worker_batch_size" :"50000", "async_concurrent_requests" :"25", diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 02fd051..9c8c510 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" :"200000", "producer_batch_size" :"100000", "worker_batch_size" :"5000", "async_concurrent_requests" :"10",