Skip to content

What's New in Version 0.8.35

  • Added the data_freshness_mins configuration key, supported in both raiconfig.toml and Config 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.

  • Fixed a typo in the UninitializedPropertyException error message. The word “rename” was misspelled as “ranamed.”