From fd1f0cc82d648c3ff23d0be036a4ecf4de2d9818 Mon Sep 17 00:00:00 2001 From: tarikceric Date: Fri, 10 Jan 2025 07:49:20 -0800 Subject: [PATCH] update realtime temp --- .../core/realtime/streamline__block_txs_realtime.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/streamline/core/realtime/streamline__block_txs_realtime.sql b/models/streamline/core/realtime/streamline__block_txs_realtime.sql index edff2b9..4c6a5be 100644 --- a/models/streamline/core/realtime/streamline__block_txs_realtime.sql +++ b/models/streamline/core/realtime/streamline__block_txs_realtime.sql @@ -5,9 +5,9 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"block_txs", - "sql_limit" :"100000", - "producer_batch_size" :"100000", - "worker_batch_size" :"20000", + "sql_limit" :"200000", + "producer_batch_size" :"200000", + "worker_batch_size" :"2000", "sql_source" :"{{this.identifier}}", "order_by_column": "block_id", "exploded_key": tojson(["result.transactions"]) }