diff --git a/models/streamline/silver/realtime/streamline__blocks_realtime.sql b/models/streamline/silver/realtime/streamline__blocks_realtime.sql index 12c865c..53858e1 100644 --- a/models/streamline/silver/realtime/streamline__blocks_realtime.sql +++ b/models/streamline/silver/realtime/streamline__blocks_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"blocks_v2", - "sql_limit" :"1000", + "sql_limit" :"5000", "producer_batch_size" :"20", "worker_batch_size" :"10", "sql_source" :"{{this.identifier}}" } diff --git a/models/streamline/silver/realtime/streamline__transactions_realtime.sql b/models/streamline/silver/realtime/streamline__transactions_realtime.sql index ef1c380..72f8a08 100644 --- a/models/streamline/silver/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/silver/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_v2", - "sql_limit" :"1000", + "sql_limit" :"5000", "producer_batch_size" :"20", "worker_batch_size" :"10", "exploded_key": "[\"result.txs\"]", diff --git a/models/streamline/silver/realtime/streamline__tx_counts_realtime.sql b/models/streamline/silver/realtime/streamline__tx_counts_realtime.sql index 61229ab..3822f76 100644 --- a/models/streamline/silver/realtime/streamline__tx_counts_realtime.sql +++ b/models/streamline/silver/realtime/streamline__tx_counts_realtime.sql @@ -4,7 +4,7 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"txcount_v2", - "sql_limit" :"1000", + "sql_limit" :"5000", "producer_batch_size" :"20", "worker_batch_size" :"10", "sql_source" :"{{this.identifier}}" }