From 5cc01e49aba77192bf5f1524e6933a03e3dbac77 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Thu, 29 Feb 2024 14:44:48 +0530 Subject: [PATCH] Update content/en/user-guide/user-defined-functions/index.md Co-authored-by: Waldemar Hummer --- content/en/user-guide/user-defined-functions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/user-defined-functions/index.md b/content/en/user-guide/user-defined-functions/index.md index f1c6add..a38afc6 100644 --- a/content/en/user-guide/user-defined-functions/index.md +++ b/content/en/user-guide/user-defined-functions/index.md @@ -38,7 +38,7 @@ The result of the query is `15`. ## Python -In LocalStack Snowflake emulator, you can create User-Defined Functions (UDFs) in Python to extend the functionality of your SQL queries. Start your LocalStack Snowflake emulator and connect to the Snowflake emulator using an SQL client. +In LocalStack Snowflake emulator, you can create User-Defined Functions (UDFs) in Python to extend the functionality of your SQL queries. Start your LocalStack Snowflake emulator and connect to it using a SQL client to execute the queries below. ### Create a Python UDF