ALTER APPLICATION SET CONFIGURATION VALUE¶
Legt einen Wert in einer App-Konfigurationsdefinition für eine Snowflake Native App fest.
- Siehe auch:
ALTER APPLICATION SET CONFIGURATION DEFINITION, ALTER APPLICATION DROP CONFIGURATION DEFINITION
Syntax¶
ALTER APPLICATION <app> SET CONFIGURATION <config> VALUE = '<value>';
Parameter¶
appIdentifier for the Snowflake Native App that contains the configuration.
configBezeichner für die Definition der App-Konfiguration.
VALUE = 'value'Gibt den Wert an, der für die Definition der App-Konfiguration eingestellt werden soll.
Nutzungshinweise¶
This command can only be used by a consumer. This command cannot be used by the Snowflake Native App itself.
For a configuration definition of type
APPLICATION_NAME, the value must be the name of a Snowflake Native App that is installed in the current account.Um eine Konfiguration festzulegen, muss der aktuellen Rolle eine Anwendungsrolle zugewiesen werden, die Zugriff auf die Konfiguration hat (d. h. eine der im Feld:code:
APPLICATION_ROLESim BefehlALTER APPLICATION SET CONFIGURATION DEFINITIONangegebenen Anwendungsrollen).