Source
Configure event definitions 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.
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…
Install and manage an app with containers
The Snowflake Native App Framework is generally available on supported cloud platforms.
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…
snow app run
Creates an application package in your Snowflake account, uploads code files to its stage, then creates or upgrades an application object from the application package.
snow app open
Opens the Snowflake Native App inside of your browser, once it has been installed in your account.
Install an app from a listing
The Snowflake Native App Framework is generally available on supported cloud platforms.
Share an app with consumers
The Snowflake Native App Framework is generally available on supported cloud platforms.
Snowflake Native App Framework: Apps with containers share events with provider when consumer event table not set
BCR - 1724 introduced a change where the log messages and trace events the consumer has agreed to share are still shared with the provider, even if the event table is set to NONE. This behavior change introduces the same change for apps with…