Skip to content

Commit

Permalink
chore(sf): update python version on stored procedures from 3.8 to 3.9 (
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb authored Sep 20, 2024
1 parent 4a2376e commit 05a4bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouds/snowflake/native_app/SETUP_SCRIPT.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE OR REPLACE PROCEDURE @@SF_APP_SCHEMA@@.GET_MODULES_SQL_FROM_STAGE()
returns string
language python
runtime_version = '3.8'
RUNTIME_VERSION = '3.9'
packages = ('snowflake-snowpark-python')
imports = (
'/get_modules_sql_from_stage.py',
Expand Down

0 comments on commit 05a4bb1

Please sign in to comment.