Skip to content

What's New in Version 0.9.6

This release enhances the security of your exported Snowflake stored procedures to ensure your workflows remain safe and reliable. It is recommended to redeploy stored procedures by running any scripts with @model.export(..) to pick up the enhancement.

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • Exported Snowflake stored procedures now verify the integrity of the supporting Python file uploaded with the procedure. At runtime, the file is checked against its SHA-256 checksum, and the procedure stops if the file has been altered.