From 2c561fd8ff03763aedb1a506000b7cbca32cfa86 Mon Sep 17 00:00:00 2001 From: Desmond Hui Date: Wed, 11 Oct 2023 09:23:07 -0700 Subject: [PATCH] add property for excluding from a datashare --- macros/streamline/configs.yaml.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macros/streamline/configs.yaml.sql b/macros/streamline/configs.yaml.sql index 81f149b..a17d452 100644 --- a/macros/streamline/configs.yaml.sql +++ b/macros/streamline/configs.yaml.sql @@ -56,6 +56,7 @@ IMMUTABLE sql: | {{ fsc_utils.sql_udf_json_rpc_call() }} + exclude_from_datashare: true - name: {{ schema }}.udf_json_rpc_call signature: - [method, STRING] @@ -68,6 +69,7 @@ IMMUTABLE sql: | {{ fsc_utils.sql_udf_json_rpc_call() }} + exclude_from_datashare: true - name: {{ schema }}.udf_json_rpc_call signature: - [method, STRING] @@ -81,6 +83,7 @@ IMMUTABLE sql: | {{ fsc_utils.sql_udf_json_rpc_call(False) }} + exclude_from_datashare: true - name: {{ schema }}.udf_json_rpc_call signature: - [method, STRING] @@ -94,6 +97,7 @@ IMMUTABLE sql: | {{ fsc_utils.sql_udf_json_rpc_call(False) }} + exclude_from_datashare: true - name: {{ schema }}.udf_evm_text_signature signature: