Schema:

ORGANIZATION_USAGE

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

SERVICES 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 displays a row for each Snowpark Container Services service and job service across all the accounts in your organization, including services that have been dropped.

See also:

SERVICES view (Account Usage)

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
SERVICE_IDNUMBERInternal/system-generated identifier for the service.
SERVICE_NAMEVARCHARName of the service.
SERVICE_CATALOG_IDNUMBERInternal, Snowflake-generated identifier of the database for the service.
SERVICE_CATALOGVARCHARDatabase that the service belongs to.
SERVICE_SCHEMA_IDNUMBERInternal, Snowflake-generated identifier of the schema for the service.
SERVICE_SCHEMAVARCHARSchema that the service belongs to.
SERVICE_OWNERVARCHARName of the role that owns the service. App instance name if in an app.
SERVICE_OWNER_ROLE_TYPEVARCHARType of the owner role.
COMPUTE_POOL_IDNUMBERIdentifier of the compute pool that runs the service.
COMPUTE_POOL_NAMEVARCHARCompute pool where the job was executed.
DNS_NAMEVARCHARDNS name associated with the service.
MIN_READY_INSTANCESNUMBERMinimum service instances that must be ready for Snowflake to consider the service is ready to process requests.
MIN_INSTANCESNUMBERMinimum instances for the service.
MAX_INSTANCESNUMBERMaximum instances for the service.
AUTO_RESUMEBOOLEANFlag that determines if the service can be auto resumed.
QUERY_WAREHOUSEVARCHARName of the default query warehouse of the service.
CREATEDTIMESTAMP_LTZCreation time of the service.
LAST_ALTEREDTIMESTAMP_LTZLast altered time of the service.
LAST_RESUMEDTIMESTAMP_LTZLast resumed time of the service.
LAST_SUSPENDEDTIMESTAMP_LTZLast suspended time of the service.
AUTO_SUSPEND_SECSNUMBERNumber of seconds of inactivity after which the service is automatically suspended.
DELETEDTIMESTAMP_LTZDeletion time of the service.
COMMENTVARCHARComment for this service.
IS_JOBBOOLEANtrue if the service is a job service; false otherwise.
IS_ASYNC_JOBBOOLEANtrue if the service is an asynchronous job service; false otherwise.

Usage notes

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