relationalai.app.upgrade_reasoners_status
upgrade_reasoners_statusA view that reports overall status for the current reasoner upgrade attempt.
Requires the app_admin application role.
Columns
Section titled “Columns”| Column | Type | Description |
|---|---|---|
NA_VERSION | STRING | RAI Native App version for the attempt (or N/A). |
ATTEMPT | NUMBER or NULL | Upgrade attempt number (if started). |
STATE | STRING | Upgrade state (for example, NotStarted). |
REASONER_COUNT | NUMBER | Number of reasoners included in the attempt. |
STARTED_AT | TIMESTAMP_LTZ or NULL | When the attempt started. |
LAST_UPDATE | TIMESTAMP_LTZ or NULL | When the status last updated. |
Example
Section titled “Example”Check current upgrade status:
SELECT * FROM relationalai.app.upgrade_reasoners_status;