ALTER APPLICATION SET CONFIGURATION VALUE

Snowflake Native App 에 대한 :doc:`앱 구성 정의 </developer-guide/native-apps/inter-app-communication>`에 값을 설정합니다.

참고 항목:

ALTER APPLICATION SET CONFIGURATION DEFINITION, ALTER APPLICATION DROP CONFIGURATION DEFINITION

구문

ALTER APPLICATION <app> SET CONFIGURATION <config> VALUE = '<value>';
Copy

매개 변수

app

Identifier for the Snowflake Native App that contains the configuration.

config

앱 구성 정의의 식별자입니다.

VALUE = 'value'

앱 구성 정의에 대해 설정할 값을 지정합니다.

사용법 노트

  • 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.

  • 구성을 설정하려면 현재 역할에 구성에 액세스할 수 있는 애플리케이션 역할(즉, APPLICATION_ROLES`의 :code:`ALTER APPLICATION SET CONFIGURATION DEFINITION 필드에 지정된 애플리케이션 역할 중 하나)을 부여해야 합니다.