Copy streamlit app to other database in snowflake

I created a streamlit app which is integrated in snowflake. I have created a stored procedure that creates a stage and a streamlit. But now I want to copy my already created stramlit app into the stage that I created with my stored procedure. So copying one .py script from a internal stage to another interal stage. Is this possible?

looks like I found the solution when creating the streamlit app. I just use the name of the streamlit with the new database name and the root_location as the app location of the original app location

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.