DATA_ CLASSIFICATION_ LATEST view (ACCOUNT_ USAGE): New columns¶
Attention
This behavior change is in the 2026_01 bundle.
For the current status of the bundle, refer to Bundle history.
When this behavior change bundle is enabled, the DATA_CLASSIFICATION_LATEST view in the ACCOUNT_USAGE schema includes the following new columns:
| Column name | Data type | Description |
|---|---|---|
last_classification_attempt | TIMESTAMP_LTZ | Timestamp of the last sensitive data classification attempt. If greater than last_classified_on, the last attempt resulted in a failure. |
error_message | VARCHAR | Error message from the last sensitive data classification attempt, if it resulted in a failure. |
Ref: 2189