APPLICATION_ STATE view (Data Sharing Usage): New columns in output¶
Attention
This behavior change is in the 2026_02 bundle.
For the current status of the bundle, refer to Bundle history.
When this behavior change bundle is enabled, the APPLICATION_STATE view view in the Data Sharing Usage schema includes the following new columns:
| Column name | Data type | Description |
|---|---|---|
| UPGRADE_DEADLINE | TIMESTAMP_LTZ | The deadline by which an upgrade must be completed. After this time, the system will automatically upgrade the application regardless of the consumer’s maintenance policy. |
| MAINTENANCE_STATE | VARCHAR | The current state of the application’s maintenance process. Possible values: COMPLETED, QUEUED, INITIALIZING, IN_PROGRESS. |
| MAINTAIN_AFTER | TIMESTAMP_LTZ | The earliest time when the system will begin maintenance on the application. Maintenance will not start before this timestamp. |
Ref: 2231