Source
Security requirements and best practices for a Snowflake Native App
Your app must not load or execute any code from outside the application package except Snowflake - provided libraries. All the app code, including all library dependencies and setup code, must be included in the app version defined in the…
Snowflake Native App manifest reference
Snowflake Native App 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.
Guidelines for publishing an app to the Snowflake Marketplace
Snowflake provides a platform that allows providers to build, distribute, and monetize apps. The Snowflake review process ensures the quality of the apps that are published to the Snowflake Marketplace.
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.
Create versions and patches for an app
The Snowflake Native App Framework is generally available on supported cloud platforms. For additional information, see Support for private connectivity, VPS, and government regions.
Develop a new version of an app
The Snowflake Native App Framework is generally available on supported cloud platforms. For additional information, see Support for private connectivity, VPS, and government regions.
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.
Consumer security best practices for 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. This topic provides security guidelines for consumers…
snow app open
Opens the Snowflake Native App inside of your browser, once it has been installed in your account.
snow app bundle
The snow app bundle command creates a temporary local directory that contains all of the Snowflake Native App artifacts. It can also automatically generate SQL scripts from your Snowpark Python code.