Skip to content

relationalai.app.upgrade_reasoners_status

upgrade_reasoners_status

A view that reports overall status for the current reasoner upgrade attempt. Requires the app_admin application role.

ColumnTypeDescription
NA_VERSIONSTRINGRAI Native App version for the attempt (or N/A).
ATTEMPTNUMBER or NULLUpgrade attempt number (if started).
STATESTRINGUpgrade state (for example, NotStarted).
REASONER_COUNTNUMBERNumber of reasoners included in the attempt.
STARTED_ATTIMESTAMP_LTZ or NULLWhen the attempt started.
LAST_UPDATETIMESTAMP_LTZ or NULLWhen the status last updated.

Check current upgrade status:

SELECT * FROM relationalai.app.upgrade_reasoners_status;