From 637b0d7172296d1a157e82b202cb3abf2c2f89fd Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Thu, 10 Jul 2025 11:32:03 -0400 Subject: [PATCH] tx bump down --- .../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 0eae5f4..b2d7ffe 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" :"200000", - "producer_batch_size" :"200000", - "worker_batch_size" :"100000", + "sql_limit" :"150000", + "producer_batch_size" :"150000", + "worker_batch_size" :"75000", "sql_source" :"{{this.identifier}}", 'exploded_key': '["result"]', "order_by_column": "checkpoint_number" }