Skip to content

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(), and drop_service() procedures. The app.activate() and app.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 and admin 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)
Clone this wiki locally