What's New in Version 0.8.35
New Features and Enhancements
Section titled “New Features and Enhancements”-
Added the
data_freshness_mins
configuration key, supported in bothraiconfig.toml
andConfig
objects.This key sets the maximum allowed staleness (in minutes) for Snowflake table data used by the model. If the data is older, the corresponding data stream is synced on the next query, with a spinner shown in notebooks and REPLs while the new data is prepared for the model.
Bug Fixes
Section titled “Bug Fixes”- Fixed a typo in the
UninitializedPropertyException
error message. The word “rename” was misspelled as “ranamed.”