get_release()#
relationalai.app
#get_release()
A function that retrieves the current release version of the RelationalAI (RAI) Native App.
See the release notes for information on the latest verison.
Requires the app_user
application role.
Parameters#
None.
Returns#
STRING
Example#
Use the app.get_release()
function to retrieve the current release version of the RAI Native App:
#SELECT relationalai.app.get_release();
/*+---------------------+
| 2024.10.27-e829e39d |
+---------------------+ */
See Upgrades for information on how the RAI Native App is upgraded.