-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes ‐ Upcoming Changes and Deprecations
Wien Leung edited this page Oct 4, 2024
·
9 revisions
- The ability to specifically create/start the RelationalAI SPCS service will be removed, i.e. the
create_service()
,start_service()
, anddrop_service()
procedures. Theapp.activate()
andapp.deactivate()
procedures should be used instead. - Support for running the RAI service and RAI engines with consumer-created compute pools/warehouses will be removed
-
exec(...)
will be deprecated – the usage of the RelationalAI library for Python will be required to work with data in RelationalAI instead - Variants of
exec_into(...)
that require passing column types/input will be removed – use the variant that infers column names and types from the Rel query instead - The
user
andadmin
application roles will be removed, see documentation on the available application roles (https://github.com/RelationalAI/rai-sf-app-docs/wiki/Guide-%E2%80%90-Using-the-Application#application-roles)