upgrade_schedule_status()#
relationalai.app
#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#
None.
Returns#
STRING
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.