From 70e238a548da45cc3f49ea1a4447dcb3bb4c1f33 Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 4 Nov 2025 12:33:39 -0700 Subject: [PATCH] closing macro --- macros/streamline/functions.py.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macros/streamline/functions.py.sql b/macros/streamline/functions.py.sql index 9884360..ebd6c2f 100644 --- a/macros/streamline/functions.py.sql +++ b/macros/streamline/functions.py.sql @@ -571,6 +571,8 @@ def decompress_zlib(compressed_string): return decompressed.decode('utf-8') except Exception as e: return f"Error decompressing: {str(e)}" +{% endmacro %} + {% macro create_udf_stablecoin_data_parse() %} import re