Source
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.
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.
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…
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: 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…
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: 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.
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.
snow app release-channel set-accounts
Preview Feature — Open In preview in Amazon Web Services (AWS), Microsoft Azure, and Google Cloud commercial regions.
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…