What's New in Version 2025.3.16-5643a06-1
New Features and Enhancements
Section titled “New Features and Enhancements”- Added a new status called
CANNOT_READ_SOURCE
to data streams that indicates the reference to a Snowflake source table has been removed, for example, by using theSYSTEM$REMOVE_REFERENCE
Snowflake SQL function. You may see this status in theapi.data_streams
view or when calling theapi.get_data_stream()
procedure. If you encounter this status, the data stream must be deleted and then recreated.
Bug Fixes
Section titled “Bug Fixes”- Fixed a bug that exposed the internal
compcache
engine in theapi.engines
view. Thecompcache
engine is reserved for internal use by the RAI Native App and should not be used by users.