Source
APPLICATION_STATE view: Add columns to provide additional information about app
Attention This behavior change is in the 2024_07 bundle. For the current status of the bundle, refer to Bundle History. When this behavior change bundle is enabled, the output of the APPLICATION_STATE view includes additional information…
Jun 23, 2025: Snowflake Native App Framework updates
The Snowflake Native App Framework now includes the following features that make it easier for providers to develop an app to create objects in a consumer account. These features also make it easier for consumers to configure an app during…
Publishing a Snowflake Native App to customers
In Snowflake, publishing a Snowflake Native App to customers is done by setting release directives. Release directives are a set of rules that determine which version and patch of the Snowflake Native App is available to which customers.
Upgrade an app
Providers can set a date and time that specifies when an automatic upgrade should begin. This date and time is set in the release directive (default or custom) using the UPGRADE_AFTER clause of the ALTER APPLICATION PACKAGE command.
Dropping an existing version of an app in an application package
You must have an existing connection in your config.toml file. You must have a snowflake.yml file in your Snowflake Native App project. How to drop a version definition of an app The snow app version drop drops the specified app version of…
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.
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.
Native Apps: Queries that use a reference removed from an app’s manifest file fail
A Snowflake Native App may request a reference to authorize access on an object in a consumer account. These references are defined by the app provider in the manifest file of an application version.
Use Snowflake machine learning models in a Snowflake Native App
Snowflake ML is an integrated set of capabilities for end - to - end machine learning in a single platform on top of your governed data. You can this functionality within a Snowflake Native App.
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.