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.
What to do when a Streamlit Cloud Community App is hitting resource limits?
This indicates that the application has reached or exceeded the allocated 1 GB free memory allowance provided by the Streamlit Community Cloud account. CAUSE: Apps on Streamlit Community Cloud are guaranteed 1 GB of memory.
Guidelines for publishing an app to the Snowflake Marketplace
Apps must deliver the advertised functionality. Apps must include a clear framework and instruction for utilizing app functionality. Apps should not crash, freeze, or otherwise function abnormally.
snow app open
Opens the Snowflake Native App inside of your browser, once it has been installed in your account.
Declarative Native App manifest reference
It’s used to declaratively share data with consumers, such as notebooks, tables, and views. The manifest file also defines app roles, which app owners can use to share a subset of the app’s data and features to teams in their…
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…
Share an app with consumers
After developing and testing the application package containing your app , you can publish the app to consumers using listings. As a provider, you add an application package as the data content of an listing. The consumer installs the app…
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.
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…
snow app release-directive unset
snow app release-directive unset Unsets a release directive. Syntax snow app release-directive unset <directive> --channel <channel> --package-entity-id <package_entity_id> --app-entity-id <app_entity_id> --project <project_defin…