From 2a8fb64df6139d65afba8e0a2f2e0fcb1336e3d8 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 11 Jul 2025 14:58:22 -0400 Subject: [PATCH] . --- .../core/realtime/streamline__checkpoints_realtime.sql | 6 +++--- .../core/realtime/streamline__transactions_realtime.sql | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/models/streamline/core/realtime/streamline__checkpoints_realtime.sql b/models/streamline/core/realtime/streamline__checkpoints_realtime.sql index dcfcc1f..9a2c5f0 100644 --- a/models/streamline/core/realtime/streamline__checkpoints_realtime.sql +++ b/models/streamline/core/realtime/streamline__checkpoints_realtime.sql @@ -4,9 +4,9 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"checkpoints", - "sql_limit" :"30000", - "producer_batch_size" :"30000", - "worker_batch_size" :"30000", + "sql_limit" :"35000", + "producer_batch_size" :"35000", + "worker_batch_size" :"35000", "sql_source" :"{{this.identifier}}", "order_by_column": "checkpoint_number DESC" } ), diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index ee9d715..0b78a6f 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -4,9 +4,9 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"transactions", - "sql_limit" :"15000", - "producer_batch_size" :"15000", - "worker_batch_size" :"7500", + "sql_limit" :"18000", + "producer_batch_size" :"18000", + "worker_batch_size" :"9000", "sql_source" :"{{this.identifier}}", 'exploded_key': '["result"]', "order_by_column": "checkpoint_number DESC" }