Schema:

ACCOUNT_USAGE

CONTACT_REFERENCES view

This Account Usage view can be used to identify the associations between contacts and the objects to which they have been added.

Contact lineage is not included in this view. For example, if a contact is associated with a schema, the view does not have records for associations between the contact and all the tables in the schema even though the tables inherit the association from the schema.

Columns

Column nameData typeDescription
CONTACT_DATABASEVARCHARName of the database in which the contact exists.
CONTACT_SCHEMAVARCHARName of schema in which the contact exists.
CONTACT_IDNUMBERInternal/system-generated identifier for the contact.
CONTACT_NAMEVARCHARName of a contact.
CONTACT_PURPOSEVARCHARPurpose that was specified when the contact was associated with the object.
OBJECT_DATABASEVARCHARName of the database that contains the referenced object. If the object is not a database or schema object, the value is empty.
OBJECT_SCHEMAVARCHARName of the schema that contains the referenced object. If the referenced object is not a schema object (for example, a warehouse), the value is empty.
OBJECT_IDNUMBERInternal/system-generated identifier of the referenced object.
OBJECT_NAMEVARCHARName of the referenced object.
OBJECT_DELETEDTIMESTAMP_LTZDate and time when the referenced object was dropped or when its parent object was dropped.
OBJECT_DOMAINVARCHARType of the referenced object.

Usage notes

  • Latency for the view is 2 hours.