What's New in Version 2024.11.17-087db490
New Features and Enhancements
Section titled “New Features and Enhancements”-
In version
2024114-2a37e311-1
, we changed the instance family for theRELATIONAL_AI_ERP_COMPUTE_POOL
provisioned by new RAI Native App installs toCPU_X64_XS
instead ofCPU_X64_S
.In this release, older apps with
CPU_X64_S
compute pools will be automatically migrated toCPU_X64_XS
. This reduces the number of Snowflake credits consumed by the application without affecting performance.
Bug Fixes
Section titled “Bug Fixes”-
Changes to a data stream’s source object’s columns will now result in the stream being quarantined instead of leaving the stream in a broken state. You may resume the quarantined stream to synchronize the schema changes with models built using the RAI Python API.
-
A
transaction metadata not found
error is no longer raised when a transaction is aborted.
Deprecations and Removals
Section titled “Deprecations and Removals”- The deprecated
relationalai.app.finalize_install()
procedure has been removed. The work that this procedure was responsible for is performed byapp.activate()
.