Source
Snowflake SQL API reference
To submit one or more SQL statements for execution, send a POST request to /api/v2/statements. You can specify that the statement should be executed asynchronously.
How to configure SCIM in OKTA for China deployment?
ISSUE: When configuring the SCIM on OKTA using the default Snowflake Apps, the domain name cannot be changed from “snowflakecomputing.com” to “snowflakecomputing.cn”.
Migrating project definition files from version 1.x to 2.0
To convert a version 1.x project definition file to the version 2 format, do the following: Go to your project directory that contains the version 1.x snowflake.yml file. Enter the snow helpers v1 - to - v2 command.
snow helpers v1-to-v2
Migrates the Snowpark, Streamlit, and Native App project definition files from V1 to V2.
APPLICATION_STATE view
The Snowflake Native App Framework is generally available on supported cloud platforms. For additional information, see Support for private connectivity, VPS, and government regions.
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.
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 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 publish
Adds the version to the release channel and updates the release directive with the new version and patch.
Create the manifest file for an app
The manifest file contains information that the application package requires to create and manage a Snowflake Native App. This includes the location of the setup script, version definitions, and configuration information for the app.