Schema:

ACCOUNT_USAGE

APPLICATION_SPECIFICATION_STATUS_HISTORY view

The APPLICATION_SPECIFICATION_STATUS_HISTORY view provides a history of the status changes for app specifications in your Snowflake account. Each row in the view represents a change in the status of an app specification, including when it was approved or declined or when the app creates a new request

The retention time for this view is 365 days, meaning that data older than 365 days will not be available in the view.

Columns

The following table provides definitions for the APPLICATION_SPECIFICATION_STATUS_HISTORY view columns.

ColumnData typeDescription
IDNUMBERAn internal, system-generated identifier for the app specification.
NAMETEXTThe name of the app specification.
APPLICATION_IDNUMBERAn internal, system-generated identifier for the app that contains the app specification.
APPLICATION_NAMETEXTThe name of the app that contains the app specification.
TYPETEXTThe type of app specification. Possible values are EXTERNAL_ACCESS, SECURITY_INTEGRATION, and LISTING.
SEQUENCE_NUMBERNUMBERThe sequence number of the app specification.
USER_NAMETEXTThe name of the user that updated the app specification status. This field is empty if the app specification is a new pending request created by the app.
STATUSTEXTThe status of the app specification. Possible values are: APPROVED, PENDING, DECLINED.
STATUS_UPDATED_ONTIMESTAMP_LTZThe timestamp when the app specification was last updated, including when it was created, approved, or declined.
LABELTEXTA label containing the name of the app specification that is displayed to consumer in Snowsight.
DESCRIPTIONTEXTA description on the app specification that is displayed to the consumer.
DEFINITIONTEXTThe fields that comprise the app specification definition. For more information, see Use app specifications to request controlled access.