LISTINGS view

This Information Schema view displays all listings for which the current role has been granted access privileges. This view provides real time information with no latency of data.

Columns

ColumnData typeDescription
GLOBAL_NAMEVARCHARThe global name of the listing.
NAMEVARCHARThe name of the listing.
OWNERVARCHARThe name of the role that owns the listing.
CREATED_ONTIMESTAMP_LTZThe timestamp when the listing was created.
UPDATED_ONTIMESTAMP_LTZThe timestamp when the listing was last updated.
PUBLISHED_ONTIMESTAMP_LTZThe timestamp when the listing was published.
TITLEVARCHARThe title of the listing.
SUBTITLEVARCHARThe subtitle of the listing.
DESCRIPTIONVARCHARThe description of the listing.
LISTING_TERMSVARCHARThe terms of service associated with the listing.
STATEVARCHARThe current state of the listing.
SHAREVARCHARThe name of the share associated with the listing.
APPLICATION_PACKAGEVARCHARThe name of the application package associated with the listing.
DATA_ATTRIBUTESVARCHARData attributes associated with the listing.
CATEGORIESVARCHARCategories associated with the listing.
PROFILEVARCHARThe profile attached to the external listing.
CUSTOMIZED_CONTACT_INFOVARCHARCustomized contact information associated with the listing.
COMMENTVARCHARComment associated with the listing, if any.
TARGETSVARCHAR

The targets consolidating external/organization listings with regions.

AUTO_FULFILLMENTVARCHARAuto-fulfillment information associated with the listing.
IS_SHAREBOOLEANIndicates whether this is a data share listing.
IS_APPLICATIONBOOLEANIndicates whether this is an application listing.
DISTRIBUTIONVARCHAR

The distribution of the listing. Possible values are EXTERNAL and ORGANIZATION.

IS_MOUNTLESS_QUERYABLEBOOLEANIndicates whether the listing is mountless queryable.
ORGANIZATION_PROFILE_NAMEVARCHARThe organization profile attached to the listing, if any.
UNIFORM_LISTING_LOCATORVARCHARThe uniform listing locator (ULL) of the listing.
APPROVER_CONTACTVARCHARThe approver contact information associated with the listing.
SUPPORT_CONTACTVARCHARThe support contact information associated with the listing.
RESHARINGVARCHARResharing configuration of the listing.

Usage notes

The view doesn’t capture deleted listings.

Examples

Retrieve all listings in the current account:

SELECT * FROM <any_database>.INFORMATION_SCHEMA.LISTINGS;