Schema:

ACCOUNT_USAGE

CONTACTS view

This Account Usage view displays a row for each contact in the account.

Columns

Column nameData typeDescription
CONTACT_IDNUMBERInternal/system-generated identifier of the contact.
CONTACT_NAMEVARCHARName of the contact.
CONTACT_SCHEMA_IDNUMBERInternal/system-generated identifier of the schema in which the contact exists.
CONTACT_SCHEMAVARCHARName of the schema in which the contact exists.
CONTACT_DATABASE_IDNUMBERInternal/system-generated identifier of the database in which the contact exists.
CONTACT_DATABASEVARCHARName of the database in which the contact exists.
CONTACT_OWNERVARCHARName of the role that owns the contact.
CONTACT_OWNER_ROLE_TYPEVARCHAR

Type of role that owns the object. Either ROLE, DATABASE_ROLE, or APPLICATION (if a Snowflake Native App owns the object).

Deleted contacts have a NULL value.

CONTACT_USERSARRAYArray of Snowflake users to contact.
CONTACT_EMAIL_DISTRIBUTION_LISTVARCHAREmail address used to communicate with the contact.
CONTACT_URLVARCHARURL used to communicate with the contact.
COMMENTVARCHARComments for the contact, if any.
CREATEDTIMESTAMP_LTZDate and time when the contact was created.
LAST_ALTEREDTIMESTAMP_LTZDate and time the object was last altered.
DELETEDTIMESTAMP_LTZDate and time when the contact was dropped or the date and time when its parent was dropped.

Usage notes

  • Latency for the view is 2 hours.