snow app open
Opens the Snowflake Native App inside of your browser, once it has been installed in your account.
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.
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…
Snowflake Native App Framework: Changes to the SHOW APPLICATION and DESC APPLICATION commands
The app is disabled by Snowflake Yes. To re - enable the app, contact Snowflake Support. ACCOUNT_INACTIVE The account becomes inactive by being locked or suspended causing the app to be unavailable.
snow app validate
Feature — Generally Available Not available in government regions. Validates a deployed Snowflake Native App’s setup script.
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.
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…
CREATE APPLICATION PACKAGE
Creates a new application package that contains the data content and application logic of Snowflake Native App. An application package contains the following information about an app: The version and patch number of the app. The data…
DESCRIBE APPLICATION
The Snowflake Native App Framework is generally available on supported cloud platforms. For additional information, see Support for private connectivity, VPS, and government regions.
Upgrade an app as a consumer
In general, when a provider publishes an updated version or patch for an app, the app is automatically upgraded in the consumer account. The automated upgrade occurs for all instances of the app across all Snowflake accounts where the app…