mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:11:54 +00:00
update UDF signature
This commit is contained in:
parent
3a3f1ec0bd
commit
1298b9874e
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user