update UDF signature

This commit is contained in:
Jack Forgash 2025-05-19 15:08:42 -06:00
parent 3a3f1ec0bd
commit 1298b9874e

View File

@ -61,10 +61,11 @@
{%- endif %};
{% endmacro %}
{% macro create_udf_decode_withrawal_event() %}
{% macro create_udf_decode_near_event() %}
CREATE
OR REPLACE EXTERNAL FUNCTION streamline.udf_decode_near_event(
DATA STRING
DATA STRING,
EVENT_STRUCT STRING
) returns ARRAY api_integration = aws_near_api_stg_v2 AS {% if target.name == "prod" %}
''
{% else %}