SNAPSHOTS view — Deprecated

This Information Schema view provides information on snapshots.

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

CREATEDTIMESTAMP_LTZTimestamp at which snapshot was created.
SNAPSHOT_SET_NAMEVARCHARName of snapshot set that contains the snapshot.
SNAPSHOT_SET_SCHEMAVARCHARName of schema that the snapshot set belongs to.
SNAPSHOT_SET_CATALOGVARCHARName of database that the snapshot set belongs to.
EXPIRATION_SCHEDULED_FORTIMESTAMP_LTZTimestamp at which snapshot will be expired and deleted.
IS_UNDER_LEGAL_HOLDBOOLEANY if snapshot is under legal hold; N otherwise.

Usage notes

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