You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the streamlit deploy command runs the create stage if not exists command even if the stage already exists. This requires the role doing the deployment to have create stage access. It will be helpful to add a flag to skip the create stage command altogether.
Context
We are using terraform snowflake provider to manage most of our infrastructure and ideally would prefer that stage creation be de-coupled from streamlit app deployment. I think streamlit developer persona should only upload their src files in stage and create streamlit app (not manage the stage itself).
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Flag to skip stage creation command for streamlit deploy
SNOW-1830831: Flag to skip stage creation command for streamlit deploy
Nov 27, 2024
Description
Currently, the
streamlit deploy
command runs thecreate stage if not exists
command even if the stage already exists. This requires the role doing the deployment to havecreate stage
access. It will be helpful to add a flag to skip thecreate stage
command altogether.Context
We are using terraform snowflake provider to manage most of our infrastructure and ideally would prefer that stage creation be de-coupled from streamlit app deployment. I think streamlit developer persona should only upload their src files in stage and create streamlit app (not manage the stage itself).
The text was updated successfully, but these errors were encountered: