From 569134f19607eaad1750ffbc810bccb1e6b54289 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:17:07 -0700 Subject: [PATCH] add tag --- .../streamline__get_transactions_history_mainnet_23.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/silver/streamline/core/history/transactions/streamline__get_transactions_history_mainnet_23.sql b/models/silver/streamline/core/history/transactions/streamline__get_transactions_history_mainnet_23.sql index ea68a096..c2e69a7a 100644 --- a/models/silver/streamline/core/history/transactions/streamline__get_transactions_history_mainnet_23.sql +++ b/models/silver/streamline/core/history/transactions/streamline__get_transactions_history_mainnet_23.sql @@ -3,7 +3,8 @@ post_hook = if_data_call_function( func = "{{this.schema}}.udf_bulk_grpc(object_construct('sql_source', '{{this.identifier}}','node_url','access-001.mainnet23.nodes.onflow.org:9000','external_table', 'transactions', 'sql_limit', {{var('sql_limit','500000')}}, 'producer_batch_size', {{var('producer_batch_size','10000')}}, 'worker_batch_size', {{var('worker_batch_size','1000')}}, 'batch_call_limit', {{var('batch_call_limit','1')}}))", target = "{{this.schema}}.{{this.identifier}}" - ) + ), + tags = ['streamline_history_23'] ) }} WITH collection_transactions AS (