DESCRIBE CONFIGURATION¶
Describes the properties of a configuration.
DESCRIBE can be abbreviated to DESC.
- See also:
Syntax¶
Parameters¶
configuration_nameSpecifies the identifier for the configuration to describe.
appThe name of the app to describe the configuration for.
If an app runs this command, the parameter is optional and ignored. Listing configurations for another app from within an app is not supported.
If this command is run directly using a workspace or the Snowflake CLI (that is, by a consumer), the
appparameter is required.
Output¶
The output of the command includes the following columns, which describe the properties and metadata of the object:
Column |
Description |
|---|---|
|
The name of the configuration. |
|
The timestamp when the configuration object was created. |
Usage notes¶
When this command is run outside of an app, the consumer role must be granted an application role that has access to the configuration. If not, an error is thrown.
If the consumer role has the MONITOR or OWNERSHIP privilege on the app, the consumer can see all configurations in that app, regardless of which application roles they have been granted.