Source
snow app release-directive set
Sets a release directive. target_accounts cannot be specified for default release directives. target_accounts field is required when creating a new non - default release directive.
snow app release-directive list
Lists release directives in an application package. If no release channel is specified, release directives for all channels are listed.
snow app version create
Adds a new patch to the provided version defined in your application package. If the version does not exist, creates a version with patch 0.
Install an app from a listing
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
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 Snowsight. data_frame_demo.py: Displays a data…
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.
Creating a Streamlit app
Creating a Streamlit app Prerequisites Before creating 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…
Add a Streamlit app
Streamlit is an open - source Python library that makes it easy to create and share custom web apps for machine learning and data science. By using Streamlit you can quickly build and deploy powerful data applications.
snow app version drop
Drops a version defined in your application package. Versions can either be passed in as an argument to the command or read from the manifest.yml file. Dropping patches is not allowed.
snow app events
Fetches events for this app from the event table configured in Snowflake. By default, this command will fetch events generated by an app installed in the current connection’s account.