From 2693fa530a5536acee23102d1c06ea3352e08d15 Mon Sep 17 00:00:00 2001 From: Jason Freeberg <118221336+sfc-gh-jfreeberg@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:17:54 -0700 Subject: [PATCH] Update app.py --- src/procs/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/procs/app.py b/src/procs/app.py index 51743d0..7d18916 100644 --- a/src/procs/app.py +++ b/src/procs/app.py @@ -8,7 +8,7 @@ from snowflake.snowpark.types import StringType -def run(snowpark_session: Session) -> str: +def run(snowpark_session: Session) -> int: """ A sample stored procedure which creates a small DataFrame, prints it to the console, and returns the number of rows in the table.