SNAPSHOT_OPERATION_HISTORY view¶
This Account Usage view provides information about the snapshot operations that were performed for snapshot sets. Snowflake returns one row for each operation performed on snapshots within snapshot sets over the last year.
列¶
列名称 |
数据类型 |
描述 |
|---|---|---|
START_TIME |
TIMESTAMP_LTZ |
The timestamp at which the snapshot operation started. |
END_TIME |
TIMESTAMP_LTZ |
The timestamp at which the snapshot operation ended. |
SNAPSHOT_SET_ID |
NUMBER |
The local snapshot set ID. |
SNAPSHOT_ID |
VARCHAR |
The unique identifier of snapshot being worked on. |
OPERATION_TYPE |
VARCHAR |
Could be one of the below operations:
|
Query_ID |
VARCHAR |
Internal system-generated identifier for the SQL statement. |
使用说明¶
Latency for the view may be up to 360 minutes (6 hours).
Snowflake retains the history data for 365 days (approximately one year).