remove db name

This commit is contained in:
shah 2024-10-01 08:54:23 -07:00
parent ec5c542a9c
commit 4b01bc0a8c

View File

@ -63,7 +63,7 @@
{% macro create_udf_decode_near_event() %}
CREATE
OR REPLACE EXTERNAL FUNCTION near_dev.streamline.udf_decode_near_event(
OR REPLACE EXTERNAL FUNCTION streamline.udf_decode_near_event(
DATA STRING, EVENT_STRUCT STRING
) returns ARRAY api_integration = aws_near_api_stg_v2 AS {% if target.name == "prod" %}
''