From f06cc9bc36d05d1be96f82a303b714621af863fc Mon Sep 17 00:00:00 2001 From: forgash_ Date: Fri, 14 Jun 2024 11:49:24 -0600 Subject: [PATCH] nv 20 batch --- .../streamline__get_transaction_results_history_mainnet_20.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_20.sql b/models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_20.sql index ddf89c3..3cf17ae 100644 --- a/models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_20.sql +++ b/models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_20.sql @@ -1,7 +1,7 @@ {{ config ( materialized = "view", post_hook = if_data_call_function( - func = "{{this.schema}}.udf_bulk_grpc_us_east_2(object_construct('sql_source', '{{this.identifier}}','node_url','access-001.mainnet20.nodes.onflow.org:9000','external_table', 'transaction_results_mainnet_20', 'sql_limit', '100', 'producer_batch_size', '10', 'worker_batch_size', '1', 'batch_call_limit', {{var('batch_call_limit','1')}}))", + func = "{{this.schema}}.udf_bulk_grpc_us_east_2(object_construct('sql_source', '{{this.identifier}}','node_url','access-001.mainnet20.nodes.onflow.org:9000','external_table', 'transaction_results_mainnet_20', 'sql_limit', '500', 'producer_batch_size', '50', 'worker_batch_size', '5', 'batch_call_limit', {{var('batch_call_limit','1')}}))", target = "{{this.schema}}.{{this.identifier}}" ) ) }}