Source
How to include markdown elements and images in the readme.md file of a native app
ISSUE: Native apps without a Streamlit component will, by default, display the readme.
Guidelines for publishing an app to the Snowflake Marketplace
The Snowflake Native App Framework is generally available on supported cloud platforms.
Overview of app versions and upgrades
The Snowflake Native App Framework allows providers to create versions and patches of an app. Versions and patches allow providers to release new functionality and updates to consumers. VersionGenerally contains major updates to a…
Snowflake Native App Framework: Update error message when an app is disabled
After a consumer installs a Snowflake Native App, the app can become disabled for multiple reasons. Before the change: When a Snowflake Native App becomes disabled, the app returns a single error message that does not mention the reason…
Snowflake Native App Framework: Changes to the SHOW APPLICATION and DESC APPLICATION commands
Snowflake Native App Framework: Changes to the SHOW APPLICATION and DESC APPLICATION commands Attention This behavior change is in the 2024_07 bundle.
Sep 15, 2025: Snowflake Native Apps updates
Snowflake Native App providers can use automated granting of privileges to add the privileges the app requires to the manifest file. Automated granting of privileges allows an app to create objects in the consumer account without requiring…
Snowflake Native App manifest reference
…includes a Streamlit app, this property specifies the schema and name of the default Streamlit app available to consumers. This field is required if the app includes a Streamlit app.
snow app version list
Lists all versions defined in an application package.
Install and manage an app with containers
The Snowflake Native App Framework is generally available on supported cloud platforms. For additional information, see Support for private connectivity, VPS, and government regions.
Multi-page Streamlit apps
The main Streamlit app (streamlit_main.py): This is the Streamlit app that you provide as the value to the MAIN_FILE property of the CREATE STREAMLIT command. This file is also displayed by default when you view the Streamlit app in…