- Categories:
System functions (Control)
SYSTEM$SET_APPLICATION_RESTRICTED_FEATURE_ACCESS¶
Enables a restricted feature for a Snowflake Native App. Currently, only external and Apache Iceberg™ tables are supported.
Syntax¶
Arguments¶
app_nameName of the Snowflake Native App.
typeThe type of restricted feature. Currently only
EXTERNAL_DATAis supported.parametersA JSON object that contains configuration parameters for the restricted feature. Currently, only JSON objects of the following format are supported:
The supported values for
allowed_cloud_providersareallandnone.
Returns¶
A JSON object containing a list of external features whose value the consumer has set. The JSON object has the following structure:
Examples¶
To call the function:
Sample output: