Schema:

ORGANIZATION_USAGE

For guidance on query performance when using organization-wide usage views, see Performance (Organization Usage).

LISTINGS view

Important

This view is only available in the organization account. For more information, see Premium views in the organization account.

Organization Usage performance

When you query a specific view in the SNOWFLAKE.ORGANIZATION_USAGE schema, follow the organization-wide guidance in Performance (Organization Usage): bound every scan on history views, list columns explicitly, and use the time filter column table plus worked SQL and anti-patterns there.

This Organization Usage view returns the listings owned by the accounts in your organization, including dropped listings.

Each row in this view corresponds to a different listing.

This view is available only in the organization account. Users with the GLOBALORGADMIN role, or users granted the SNOWFLAKE.ORGANIZATION_USAGE_VIEWER application role, can access it. For details, see Accessing the ORGANIZATION_USAGE schema.

Columns

Organization-level columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization.
ACCOUNT_LOCATORVARCHARSystem-generated identifier for the account.
ACCOUNT_NAMEVARCHARUser-defined identifier for the account.

Additional columns

Column NameData TypeDescription
GLOBAL_NAMEVARCHARThe global name of the listing.
NAMEVARCHARThe object 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.
DELETED_ONTIMESTAMP_LTZThe timestamp when the listing was deleted. This value is NULL if the listing hasn’t been deleted.
TITLEVARCHARThe title of the listing.
SUBTITLEVARCHARThe subtitle of the listing.
DESCRIPTIONVARCHARThe description of the listing.
LISTING_TERMSOBJECTThe 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. This is only populated if IS_APPLICATION is true.
DATA_ATTRIBUTESOBJECTData 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.
TARGETSOBJECTTargets consolidating external/organizational listings with regions.
AUTO_FULFILLMENTOBJECTAuto-fulfillment information associated with the listing.
IS_SHAREBOOLEANIndicates whether this is a data share listing.
IS_APPLICATIONBOOLEANIndicates whether this is an application listing.
DISTRIBUTIONVARCHARThe distribution of the listing. Possible values are EXTERNAL and ORGANIZATION.
ORGANIZATION_PROFILE_NAMEVARCHARThe organization profile attached to the listing.
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.
RESHARINGOBJECTResharing configuration of the listing.

Usage notes

  • Latency for the view may be up to 24 hours.