diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 54087d9..4912478 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" :"500000", - "producer_batch_size" :"500000", - "worker_batch_size" :"5000", + "sql_limit" :"600000", + "producer_batch_size" :"600000", + "worker_batch_size" :"6000", "async_concurrent_requests" :"25", "sql_source" :"{{this.identifier}}", 'exploded_key': '["result"]',