Share a Streamlit app¶
Prerequisites¶
Before sharing a Streamlit app with Snowflake CLI, you should meet the following prerequisites:
Ensure that your account has the correct privileges as described in Privileges required to create and use a Streamlit app.
Ensure that the app is already deployed in your connection.
Ensure that your connection has the right ROLE and that the connnection uses the correct database and schema.
How to share a Streamlit app¶
To share a Streamlit app from the stage, enter the following command:
snow streamlit share my-app some-role
Copy
For more information about sharing Streamlit apps, see the CLI snow streamlit share command.