Schema:

ORGANIZATION_USAGE

SNAPSHOTS view — Deprecated

This Organization Usage view provides information on snapshots.

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
IDVARCHAR

Snowflake-generated identifier of the snapshot.

Note: this is not the local ID, this is the globally unique UUID of the Snapshot.

SNAPSHOT_SET_IDNUMBERID of snapshot set that contains the snapshot.
SNAPSHOT_SET_NAMEVARCHARName of snapshot set that contains the snapshot.
SNAPSHOT_SET_SCHEMA_IDNUMBERID of schema that the snapshot set belongs to.
SNAPSHOT_SET_SCHEMAVARCHARName of schema that the snapshot set belongs to.
SNAPSHOT_SET_CATALOG_IDNUMBERID of database that the snapshot set belongs to.
SNAPSHOT_SET_CATALOGVARCHARName of database that the snapshot set belongs to.
CREATEDTIMESTAMP_LTZTimestamp at which snapshot was created.
DELETEDTIMESTAMP_LTZTimestamp at which snapshot was deleted.
EXPIRATION_SCHEDULED_FORTIMESTAMP_LTZTimestamp at which snapshot will be expired.
IS_UNDER_LEGAL_HOLDBOOLEAN

Y if snapshot is under legal hold; N otherwise.

This column isn’t displayed by the SHOW command, because the SHOW command output doesn’t include deleted objects.

Usage notes

  • Latency for the view may be up to 180 minutes (3 hours).