relationalai.app.upgrade_schedule_status()
upgrade_schedule_status()A procedure that returns the current engine upgrade schedule and task status for the RAI Native App.
Requires the app_admin application role.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Use app.upgrade_schedule_status() to view the current engine upgrade schedule and task status:
-- View the current upgrade schedule and task status.CALL relationalai.app.upgrade_schedule_status();See Upgrades for more information on upgrading the RAI Native App.