How to change the RUN_TIME version of deployed store procedures? #1647
Unanswered
nicosan-eos
asked this question in
Q&A
Replies: 1 comment
-
@nicosan-eos you should upgrade the runtime version in your
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using Snowflake CLI to orchestrate and deploy store procedures mostly.
I have my app setup properly in my local repo
Everything works as expected. To deploy my app, I just use the
snow snowpark deploy --replace
command.This is an example of one of the store procedure I have deployed (which works perfectly):
However, I have come across the following information about Python runtime_version support:
I tried to search in the documentation available a way of changing the default python's runtime version for the deployed store procedures, but I was not able to find anything. I tried to execute
snow snowpark deploy --env RUNTIME_VERSION='3.9' --replace
command instead, but it didn't work.Is there a way we can change the runtime version?
See:
[1] Status of Python versions
[2] Snowflake Python Runtime Support
Beta Was this translation helpful? Give feedback.
All reactions