Schema:

ORGANIZATION_USAGE

BACKUPS view

This Organization Usage view provides information on backups.

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 backup.

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

BACKUP_SET_IDNUMBERID of backup set that contains the backup.
BACKUP_SET_NAMEVARCHARName of backup set that contains the backup.
BACKUP_SET_SCHEMA_IDNUMBERID of schema that the backup set belongs to.
BACKUP_SET_SCHEMAVARCHARName of schema that the backup set belongs to.
BACKUP_SET_CATALOG_IDNUMBERID of database that the backup set belongs to.
BACKUP_SET_CATALOGVARCHARName of database that the backup set belongs to.
CREATEDTIMESTAMP_LTZTimestamp at which backup was created.
DELETEDTIMESTAMP_LTZTimestamp at which backup was deleted.
EXPIRATION_SCHEDULED_FORTIMESTAMP_LTZTimestamp at which backup will be expired.
IS_UNDER_LEGAL_HOLDBOOLEANY if backup is under legal hold; N otherwise.

Usage notes

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