Worked on calling external user defined functions.

This commit is contained in:
Yam ZhengLim
2023-05-15 07:49:58 +00:00
parent 8bcace6545
commit 2775f41dfc
4 changed files with 10 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
-- Macro to call EUDF stored in snowflake
-- id, created_datetime, updated_datetime, reference, address_1, address_2, postcode, district, state, country
{%- macro address_to_coordinates(column1, column2) -%}
GLOBAL_FUNCTION.EUDF.ECHO_ADDRESS_TO_COORDINATES({{column1}}, {{column2}})
{%- endmacro -%}