From 7518e14ae16ed5e53bcd75574911b29fcb60b28a Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 22 Oct 2025 16:46:00 -0600 Subject: [PATCH] order --- macros/streamline/configs.yaml.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macros/streamline/configs.yaml.sql b/macros/streamline/configs.yaml.sql index 59a9878..78fe56a 100644 --- a/macros/streamline/configs.yaml.sql +++ b/macros/streamline/configs.yaml.sql @@ -288,9 +288,8 @@ options: | LANGUAGE PYTHON RUNTIME_VERSION = '3.10' + COMMENT = 'Decompresses zlib/deflate-compressed data from Python bytes literal string format' HANDLER = 'decompress_zlib' - IMMUTABLE - COMMENT = 'Decompresses zlib/deflate-compressed data from Python bytes literal string format returned by udf_api_v2' sql: | {{ fsc_utils.create_udf_decompress_zlib() | indent(4) }}